Skip to content

Commit b9022e2

Browse files
add path to installed libraries
1 parent b580c96 commit b9022e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ 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-
65
add_library(${PROJECT_NAME} SHARED
76
${header}
87
${src})

test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
link_directories("/usr/local/lib")
2+
13
add_executable(${PROJECT_NAME}.test
24
AllTests.cpp
35
${PROJECT_NAME}Test.cpp)

0 commit comments

Comments
 (0)