AimRT/_deps/boost-src/libs/bimap/CMakeLists.txt
2025-01-12 20:37:50 +08:00

37 lines
878 B
CMake

# Generated by `boostdep --cmake bimap`
# Copyright 2020, 2021 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
cmake_minimum_required(VERSION 3.5...3.20)
project(boost_bimap VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
add_library(boost_bimap INTERFACE)
add_library(Boost::bimap ALIAS boost_bimap)
target_include_directories(boost_bimap INTERFACE include)
target_link_libraries(boost_bimap
INTERFACE
Boost::concept_check
Boost::config
Boost::container_hash
Boost::core
Boost::iterator
Boost::lambda
Boost::mpl
Boost::multi_index
Boost::preprocessor
Boost::static_assert
Boost::throw_exception
Boost::type_traits
Boost::utility
)
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
add_subdirectory(test)
endif()