Changeset 3371

Show
Ignore:
Timestamp:
02/06/10 14:06:36 (5 weeks ago)
Author:
trichards
Message:

Adjusted Core to link with Boost appropriately.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Core/branches/0075_TR_SCRIPTING/CMakeLists.template

    r3058 r3371  
    3535add_library ( ZenCore ${LIB_TYPE} ${ZenCore_SRC} ) 
    3636 
    37 target_link_libraries( ZenCore ${LIBXML2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ) 
     37target_link_libraries( ZenCore ${LIBXML2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES} ) 
    3838 
    3939set_target_properties ( ZenCore