temporary embedded boost

This commit is contained in:
2019-11-21 03:55:11 +07:00
parent 0be74b835a
commit aa7fcddf9a
270 changed files with 39276 additions and 3 deletions

View File

@@ -7,11 +7,9 @@ endif()
project(enum.hpp)
find_package(Boost REQUIRED)
add_library(${PROJECT_NAME} INTERFACE)
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_17)
target_include_directories(${PROJECT_NAME} INTERFACE headers ${Boost_INCLUDE_DIRS})
target_include_directories(${PROJECT_NAME} INTERFACE headers)
if(BUILD_AS_STANDALONE)
option(BUILD_WITH_UNTESTS "Build with unit tests" ON)