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 b9022e2Copy full SHA for b9022e2
src/CMakeLists.txt
@@ -2,7 +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
-
6
add_library(${PROJECT_NAME} SHARED
7
${header}
8
${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