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 48f6c5b commit 25d8bdbCopy full SHA for 25d8bdb
cmake/ament_build.cmake
@@ -10,7 +10,10 @@ if(BTCPP_SQLITE_LOGGING)
10
find_package(SQLite3 REQUIRED)
11
endif()
12
13
-find_package(ament_index_cpp REQUIRED)
+find_package(ament_index_cpp REQUIRED
14
+
15
+set(BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS}
16
+ ${SQLite3_INCLUDE_DIRS})
17
18
set( BTCPP_EXTRA_LIBRARIES
19
$<BUILD_INTERFACE:ament_index_cpp::ament_index_cpp>
@@ -26,6 +29,7 @@ set( BTCPP_BIN_DESTINATION bin )
26
29
27
30
mark_as_advanced(
28
31
BTCPP_EXTRA_LIBRARIES
32
+ BTCPP_EXTRA_INCLUDE_DIRS
33
BTCPP_LIB_DESTINATION
34
BTCPP_INCLUDE_DESTINATION
35
BTCPP_BIN_DESTINATION )
0 commit comments