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:
parent
51d9c2c780
commit
022f0fd5bd
1 changed files with 2 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue