Skip to content

Commit fe88246

Browse files
committed
Includes moved from include/ to include/i3ipc++
1 parent e59ccb1 commit fe88246

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include_directories(
1414
${SIGCPP_INCLUDE_DIRS}
1515
3rd/jsoncpp/include
1616
3rd/auss/include
17-
include/
17+
include/i3ipc++
1818
)
1919

2020
link_directories(
@@ -30,7 +30,7 @@ file(GLOB_RECURSE SRC src/*.cpp)
3030
add_library(i3ipc++_static STATIC ${SRC})
3131

3232
SET(I3IPCpp_LIBRARY_DIRS ${CMAKE_CURRENT_BINARY_DIR})
33-
SET(I3IPCpp_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR})
33+
SET(I3IPCpp_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include/)
3434
SET(I3IPCpp_LIBRARIES i3ipc++_static ${SIGCPP_LIBRARIES} jsoncpp_lib_static)
3535

3636
find_package(CxxTest)
File renamed without changes.

0 commit comments

Comments
 (0)