From 6101e6cb9fa4e048fe0866da054f95c12454c1e2 Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Wed, 3 Feb 2016 16:50:18 +0100 Subject: [PATCH] Fix CMakeLists --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e04cd1e..4ddca1f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,10 +158,11 @@ SET(${PROJECT_NAME}_HEADERS include/hpp/fcl/fwd.hh ) -pkg_config_append_libs("hpp-fcl") add_subdirectory(src) add_subdirectory(test) +pkg_config_append_libs("hpp-fcl") + config_files(include/hpp/fcl/config-fcl.hh) install(FILES ${PROJECT_BINARY_DIR}/include/hpp/fcl/config-fcl.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hpp/fcl -- GitLab