Przeglądaj źródła

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

Karl Fessel 5 lat temu
rodzic
commit
2022b2584d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      build-scripts/runtime_lib.cmake

+ 0 - 1
build-scripts/runtime_lib.cmake

@@ -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})