open_source
/
mqtt-cpp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6f2da92f1cec18d739c8b67c224b7b4fb4e899f1
Authored by
Peter M. Groen
2023-12-27 17:05:44 +0100
1 parent
e21fdb08
Adapted include path
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/CMakeLists.txt
src/CMakeLists.txt
View file @
6f2da92
...
...
@@ -9,7 +9,7 @@ find_package( Boost REQUIRED COMPONENTS regex )
9
9
include(compiler)
10
10
11
11
include_directories(
12
- ${CMAKE_
SOURCE_DIR}
/include
12
+ ${CMAKE_
CURRENT_SOURCE_DIR}/..
/include
13
13
)
14
14
15
15
set(SRC_LIST
...
...