We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b580c96 commit a7cd877Copy full SHA for a7cd877
src/CMakeLists.txt
@@ -2,6 +2,7 @@ set(header_path "${${PROJECT_NAME}_SOURCE_DIR}/include/${PROJECT_NAME}")
2
set(header ${header_path}/${PROJECT_NAME}.h)
3
set(src ${PROJECT_NAME}.cpp)
4
5
+link_directories(/usr/local/lib)
6
7
add_library(${PROJECT_NAME} SHARED
8
${header}
0 commit comments