# Generated by `boostdep --cmake bimap` # Copyright 2020 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.16) 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::serialization 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()