diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 76e68dd89..75b8aff8c 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt @@ -64,3 +64,5 @@ add_component_dir (interpreter include_directories(${BULLET_INCLUDE_DIRS}) add_library (components STATIC ${COMPONENT_FILES}) + +target_link_libraries (components ${Boost_LIBRARIES} ${OGRE_LIBRARIES})