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.
21 lines
717 B
21 lines
717 B
5 years ago
|
# Generated by Boost 1.70.0
|
||
|
|
||
|
if(TARGET Boost::headers)
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
message(STATUS "Found boost_headers ${boost_headers_VERSION} at ${boost_headers_DIR}")
|
||
|
|
||
|
# Compute the include and library directories relative to this file.
|
||
|
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||
|
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||
|
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||
|
|
||
|
# Create imported target Boost::headers
|
||
|
add_library(Boost::headers INTERFACE IMPORTED)
|
||
|
|
||
|
set_target_properties(Boost::headers PROPERTIES
|
||
|
INTERFACE_INCLUDE_DIRECTORIES "${_BOOST_INCLUDEDIR}"
|
||
|
INTERFACE_COMPILE_DEFINITIONS "BOOST_ALL_NO_LIB"
|
||
|
)
|