1
0
Fork 0
modern_cpp_tutorial/chapters/interface/CMakeLists.txt

4 lines
169 B
CMake

add_library(chapter_interface INTERFACE)
target_compile_features(chapter_interface INTERFACE cxx_std_20)
target_include_directories(chapter_interface INTERFACE include)