You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
242 B
8 lines
242 B
5 years ago
|
# Don't have targets
|
||
|
set(Boost_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include")
|
||
|
|
||
|
set(Boost_DATE_TIME_FOUND 1)
|
||
|
set(Boost_DATE_TIME_LIBRARY "${CMAKE_CURRENT_LIST_DIR}/lib/libboost_date_time.a")
|
||
|
|
||
|
set(Boost_LIBRARIES ${Boost_DATE_TIME_LIBRARY})
|