installing test library headers, so they are available for cartographer_ros (#1140)
Installing the header files of test_helpers, fake- and mock-classes. This will fix the build failure of cartographer_ros.master
parent
e080df5ea3
commit
21c428b1bf
|
@ -97,7 +97,7 @@ if (NOT ${BUILD_PROMETHEUS})
|
|||
list(REMOVE_ITEM ALL_TESTS ${ALL_PROMETHEUS_FILES})
|
||||
list(REMOVE_ITEM ALL_EXECUTABLES ${ALL_PROMETHEUS_FILES})
|
||||
endif()
|
||||
set(INSTALL_SOURCE_HDRS ${ALL_LIBRARY_HDRS})
|
||||
set(INSTALL_SOURCE_HDRS ${ALL_LIBRARY_HDRS} ${TEST_LIBRARY_HDRS})
|
||||
file(GLOB_RECURSE INTERNAL_HDRS "cartographer/*/internal/*.h")
|
||||
list(REMOVE_ITEM INSTALL_SOURCE_HDRS ${INTERNAL_HDRS})
|
||||
|
||||
|
|
Loading…
Reference in New Issue