We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d243874 commit e59ab2fCopy full SHA for e59ab2f
CMakeLists.txt
@@ -65,7 +65,7 @@ if (LITE_AI_BUILD_TEST)
65
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_INSTALL_PREFIX}/bin)
66
add_subdirectory(examples/lite)
67
if ((UNIX AND NOT APPLE))
68
- file(GLOB_RECURSE ALL_THIRD_LIBS ${THIRD_PARTY_PATH}/*.so)
+ file(GLOB_RECURSE ALL_THIRD_LIBS ${THIRD_PARTY_PATH} FOLLOW_SYMLINKS *.so*)
69
install(FILES ${ALL_THIRD_LIBS} DESTINATION ${EXECUTABLE_OUTPUT_PATH})
70
endif()
71
endif ()
0 commit comments