Skip to content

Commit c2e29dc

Browse files
committed
Merge pull request #5 from Enzime/dev
Fix CMakeLists file
2 parents 52c2d61 + f8ca6b6 commit c2e29dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include_directories(
2121
)
2222

2323
link_directories(
24-
${SIBCPP_LIBRARY_DIRS}
24+
${SIGCPP_LIBRARY_DIRS}
2525
3rd/jsoncpp/src/lib_json/
2626
)
2727

@@ -34,6 +34,7 @@ add_library(i3ipc++_static STATIC ${SRC})
3434

3535
set(I3IPCpp_LIBRARY_DIRS ${CMAKE_CURRENT_BINARY_DIR})
3636
set(I3IPCpp_INCLUDE_DIRS
37+
${SIGCPP_INCLUDE_DIRS}
3738
3rd/auss/include
3839
${CMAKE_CURRENT_SOURCE_DIR}/include/
3940
)

0 commit comments

Comments
 (0)