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 a7cd877 commit 7b4e3adCopy full SHA for 7b4e3ad
src/CMakeLists.txt
@@ -2,8 +2,6 @@ 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}
9
${src})
test/CMakeLists.txt
@@ -1,3 +1,5 @@
1
+link_directories("/usr/local/lib")
+
add_executable(${PROJECT_NAME}.test
AllTests.cpp
${PROJECT_NAME}Test.cpp)
0 commit comments