continuable/cmake/CMakeLists.txt
Denis Blank c81d45c7ea Convert some hardcoded flags to expressions
* Remove the continuable-coroutines interface target
2018-01-24 02:07:11 +01:00

6 lines
197 B
CMake

add_library(continuable-features-flags INTERFACE)
add_library(continuable-features-warnings INTERFACE)
add_library(continuable-features-noexcept INTERFACE)
include(cmake/configure_compiler.cmake)