remove not needed ${SHARED_DIR}/include/*.h in runtime_lib.cmake (#338)

This commit is contained in:
Karl Fessel 2020-08-06 11:20:34 +02:00 committed by GitHub
parent aa7b0ba6b6
commit 2022b2584d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,6 @@ include (${CMAKE_CURRENT_LIST_DIR}/config_common.cmake)
include_directories (${IWASM_DIR}/include)
file (GLOB header
${SHARED_DIR}/include/*.h
${IWASM_DIR}/include/*.h
)
LIST (APPEND RUNTIME_LIB_HEADER_LIST ${header})