36 lines
1.2 KiB
CMake
36 lines
1.2 KiB
CMake
# Generated by Boost 1.83.0
|
|
|
|
if(TARGET Boost::headers)
|
|
return()
|
|
endif()
|
|
|
|
if(Boost_VERBOSE OR Boost_DEBUG)
|
|
message(STATUS "Found boost_headers ${boost_headers_VERSION} at ${boost_headers_DIR}")
|
|
endif()
|
|
|
|
mark_as_advanced(boost_headers_DIR)
|
|
|
|
# Compute the include and library directories relative to this file.
|
|
|
|
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" REALPATH)
|
|
|
|
# If the computed and the original directories are symlink-equivalent, use original
|
|
if(EXISTS "/home/admin/Documents/code/cpp-thirdparty-src/boost/install/1_83_0/lib/cmake")
|
|
get_filename_component(_BOOST_CMAKEDIR_ORIGINAL "/home/admin/Documents/code/cpp-thirdparty-src/boost/install/1_83_0/lib/cmake" REALPATH)
|
|
if(_BOOST_CMAKEDIR STREQUAL _BOOST_CMAKEDIR_ORIGINAL)
|
|
set(_BOOST_CMAKEDIR "/home/admin/Documents/code/cpp-thirdparty-src/boost/install/1_83_0/lib/cmake")
|
|
endif()
|
|
unset(_BOOST_CMAKEDIR_ORIGINAL)
|
|
endif()
|
|
|
|
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_83/" ABSOLUTE)
|
|
|
|
add_library(Boost::headers INTERFACE IMPORTED)
|
|
|
|
set_target_properties(Boost::headers PROPERTIES
|
|
INTERFACE_INCLUDE_DIRECTORIES "${_BOOST_INCLUDEDIR}"
|
|
)
|
|
|
|
unset(_BOOST_INCLUDEDIR)
|
|
unset(_BOOST_CMAKEDIR)
|