diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e04cd1ebcae72882d936130f701b39398a88d09..4ddca1f9b1dfc8e9852199f244c1b767eb1b2f2b 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