Changeset 3371
- Timestamp:
- 02/06/10 14:06:36 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Core/branches/0075_TR_SCRIPTING/CMakeLists.template
r3058 r3371 35 35 add_library ( ZenCore ${LIB_TYPE} ${ZenCore_SRC} ) 36 36 37 target_link_libraries( ZenCore ${LIBXML2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )37 target_link_libraries( ZenCore ${LIBXML2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES} ) 38 38 39 39 set_target_properties ( ZenCore
