New library dependency: libboost_chrono
This commit is contained in:
@@ -36,6 +36,9 @@ else (STANDALONE)
|
||||
set(Boost_THREAD_LIBRARY
|
||||
optimized libboost_thread-mt
|
||||
debug libboost_thread-mt-gd)
|
||||
set(Boost_CHRONO_LIBRARY
|
||||
optimized libboost_chrono-mt
|
||||
debug libboost_chrono-mt-gd)
|
||||
elseif (LINUX)
|
||||
set(Boost_CONTEXT_LIBRARY
|
||||
optimized boost_context-mt
|
||||
@@ -58,6 +61,9 @@ else (STANDALONE)
|
||||
set(Boost_THREAD_LIBRARY
|
||||
optimized boost_thread-mt
|
||||
debug boost_thread-mt-d)
|
||||
set(Boost_CHRONO_LIBRARY
|
||||
optimized libboost_chrono-mt
|
||||
debug libboost_chrono-mt-d)
|
||||
elseif (DARWIN)
|
||||
set(Boost_CONTEXT_LIBRARY
|
||||
optimized boost_context-mt
|
||||
@@ -80,5 +86,8 @@ else (STANDALONE)
|
||||
set(Boost_THREAD_LIBRARY
|
||||
optimized boost_thread-mt
|
||||
debug boost_thread-mt-d)
|
||||
set(Boost_CHRONO_LIBRARY
|
||||
optimized libboost_chrono-mt
|
||||
debug libboost_chrono-mt-d)
|
||||
endif (WINDOWS)
|
||||
endif (STANDALONE)
|
||||
|
||||
@@ -290,6 +290,7 @@ target_link_libraries(
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${CORESERVICES_LIBRARY}
|
||||
)
|
||||
|
||||
|
||||
@@ -1641,6 +1641,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${DBUSGLIB_LIBRARIES}
|
||||
${OPENGL_LIBRARIES}
|
||||
${FMOD_LIBRARY} # must come after LLAudio
|
||||
|
||||
Reference in New Issue
Block a user