1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 19:39:41 +00:00

link order fix for components

This commit is contained in:
Marc Zinnschlag 2011-12-26 22:28:53 +01:00
parent 51d9c2c780
commit 022f0fd5bd

View file

@ -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})