Skip to content

Commit b99f3fd

Browse files
committed
fix building tests after a change in layout in orogen
1 parent d4f5cfc commit b99f3fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ pkg_check_modules(BASE REQUIRED "base-lib")
22
include_directories(${BASE_INCLUDE_DIRS})
33
link_directories(${BASE_LIBRARY_DIRS})
44

5+
include_directories("${PROJECT_SOURCE_DIR}/.orogen/typekit/__include_dir__")
6+
57
pkg_check_modules(STD REQUIRED "std-typekit-${OROCOS_TARGET}")
68
include_directories(${STD_INCLUDE_DIRS})
79

0 commit comments

Comments
 (0)