mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
5 lines
168 B
CMake
5 lines
168 B
CMake
set(Boost_DATE_TIME_FOUND 1)
|
|
add_library(Boost::boost INTERFACE IMPORTED)
|
|
add_library(Boost::headers INTERFACE IMPORTED)
|
|
add_library(Boost::date_time UNKNOWN IMPORTED)
|