From 022f0fd5bd5749993c732b1fea3fe9a09cc068e3 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Mon, 26 Dec 2011 22:28:53 +0100 Subject: [PATCH] link order fix for components --- components/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 76e68dd89e..75b8aff8c7 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})