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

5 lines
166 B
CMake
Raw Normal View History

add_library(chapter_02 src/initlist.cpp src/null.cpp src/constexp.cpp
src/ifswitch.cpp)
target_include_directories(chapter_02 PUBLIC include)