Fix link problem: link with libboost_date_time-mt

This commit is contained in:
Aleric Inglewood
2013-07-19 22:15:31 +02:00
parent 611c4bd5fa
commit 67a75ab4b6
2 changed files with 3 additions and 0 deletions

View File

@@ -30,10 +30,12 @@ else (STANDALONE)
set(Boost_PROGRAM_OPTIONS_LIBRARY boost_program_options)
set(Boost_REGEX_LIBRARY boost_regex)
set(Boost_SYSTEM_LIBRARY boost_system)
set(Boost_DATE_TIME_LIBRARY boost_date_time-mt)
elseif (LINUX)
set(Boost_FILESYSTEM_LIBRARY boost_filesystem-mt)
set(Boost_PROGRAM_OPTIONS_LIBRARY boost_program_options-mt)
set(Boost_REGEX_LIBRARY boost_regex-mt)
set(Boost_SYSTEM_LIBRARY boost_system-mt)
set(Boost_DATE_TIME_LIBRARY boost_date_time-mt)
endif (WINDOWS)
endif (STANDALONE)

View File

@@ -1567,6 +1567,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_DATE_TIME_LIBRARY}
${DBUSGLIB_LIBRARIES}
${OPENGL_LIBRARIES}
${FMODWRAPPER_LIBRARY} # must come after LLAudio