New library dependency: libboost_chrono

This commit is contained in:
Shyotl
2016-05-01 20:43:01 -05:00
parent 40b5627f7b
commit df0b7a08cf
3 changed files with 11 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ else (STANDALONE)
set(Boost_THREAD_LIBRARY set(Boost_THREAD_LIBRARY
optimized libboost_thread-mt optimized libboost_thread-mt
debug libboost_thread-mt-gd) debug libboost_thread-mt-gd)
set(Boost_CHRONO_LIBRARY
optimized libboost_chrono-mt
debug libboost_chrono-mt-gd)
elseif (LINUX) elseif (LINUX)
set(Boost_CONTEXT_LIBRARY set(Boost_CONTEXT_LIBRARY
optimized boost_context-mt optimized boost_context-mt
@@ -58,6 +61,9 @@ else (STANDALONE)
set(Boost_THREAD_LIBRARY set(Boost_THREAD_LIBRARY
optimized boost_thread-mt optimized boost_thread-mt
debug boost_thread-mt-d) debug boost_thread-mt-d)
set(Boost_CHRONO_LIBRARY
optimized libboost_chrono-mt
debug libboost_chrono-mt-d)
elseif (DARWIN) elseif (DARWIN)
set(Boost_CONTEXT_LIBRARY set(Boost_CONTEXT_LIBRARY
optimized boost_context-mt optimized boost_context-mt
@@ -80,5 +86,8 @@ else (STANDALONE)
set(Boost_THREAD_LIBRARY set(Boost_THREAD_LIBRARY
optimized boost_thread-mt optimized boost_thread-mt
debug boost_thread-mt-d) debug boost_thread-mt-d)
set(Boost_CHRONO_LIBRARY
optimized libboost_chrono-mt
debug libboost_chrono-mt-d)
endif (WINDOWS) endif (WINDOWS)
endif (STANDALONE) endif (STANDALONE)

View File

@@ -290,6 +290,7 @@ target_link_libraries(
${Boost_REGEX_LIBRARY} ${Boost_REGEX_LIBRARY}
${Boost_THREAD_LIBRARY} ${Boost_THREAD_LIBRARY}
${Boost_SYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY}
${Boost_CHRONO_LIBRARY}
${CORESERVICES_LIBRARY} ${CORESERVICES_LIBRARY}
) )

View File

@@ -1641,6 +1641,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${Boost_REGEX_LIBRARY} ${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY}
${Boost_DATE_TIME_LIBRARY} ${Boost_DATE_TIME_LIBRARY}
${Boost_CHRONO_LIBRARY}
${DBUSGLIB_LIBRARIES} ${DBUSGLIB_LIBRARIES}
${OPENGL_LIBRARIES} ${OPENGL_LIBRARIES}
${FMOD_LIBRARY} # must come after LLAudio ${FMOD_LIBRARY} # must come after LLAudio