4 lines
169 B
CMake
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)
|