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

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