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 d4f5cfc commit b99f3fdCopy full SHA for b99f3fd
test/CMakeLists.txt
@@ -2,6 +2,8 @@ pkg_check_modules(BASE REQUIRED "base-lib")
2
include_directories(${BASE_INCLUDE_DIRS})
3
link_directories(${BASE_LIBRARY_DIRS})
4
5
+include_directories("${PROJECT_SOURCE_DIR}/.orogen/typekit/__include_dir__")
6
+
7
pkg_check_modules(STD REQUIRED "std-typekit-${OROCOS_TARGET}")
8
include_directories(${STD_INCLUDE_DIRS})
9
0 commit comments