Skip to content

Commit e59ab2f

Browse files
authored
Update CMakeLists.txt
1 parent d243874 commit e59ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (LITE_AI_BUILD_TEST)
6565
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_INSTALL_PREFIX}/bin)
6666
add_subdirectory(examples/lite)
6767
if ((UNIX AND NOT APPLE))
68-
file(GLOB_RECURSE ALL_THIRD_LIBS ${THIRD_PARTY_PATH}/*.so)
68+
file(GLOB_RECURSE ALL_THIRD_LIBS ${THIRD_PARTY_PATH} FOLLOW_SYMLINKS *.so*)
6969
install(FILES ${ALL_THIRD_LIBS} DESTINATION ${EXECUTABLE_OUTPUT_PATH})
7070
endif()
7171
endif ()

0 commit comments

Comments
 (0)