Skip to content

Commit a7cd877

Browse files
Test lib path
1 parent b580c96 commit a7cd877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(header_path "${${PROJECT_NAME}_SOURCE_DIR}/include/${PROJECT_NAME}")
22
set(header ${header_path}/${PROJECT_NAME}.h)
33
set(src ${PROJECT_NAME}.cpp)
44

5+
link_directories(/usr/local/lib)
56

67
add_library(${PROJECT_NAME} SHARED
78
${header}

0 commit comments

Comments
 (0)