mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-11 16:35:33 +00:00
remove not needed ${SHARED_DIR}/include/*.h in runtime_lib.cmake (#338)
This commit is contained in:
parent
aa7b0ba6b6
commit
2022b2584d
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue
Block a user