2023-10-21 20:45:28 +00:00
|
|
|
add_library(
|
2023-10-22 19:43:17 +00:00
|
|
|
chapter_02
|
|
|
|
src/initlist.cpp
|
|
|
|
src/null.cpp
|
|
|
|
src/constexp.cpp
|
|
|
|
src/ifswitch.cpp
|
|
|
|
src/structured_binding.cpp
|
|
|
|
src/type_inference.cpp
|
|
|
|
src/if_constexpr.cpp)
|
2023-10-21 09:43:01 +00:00
|
|
|
|
2023-10-21 10:31:23 +00:00
|
|
|
target_compile_features(chapter_02 PUBLIC cxx_std_20)
|
|
|
|
|
2023-10-21 09:43:01 +00:00
|
|
|
target_include_directories(chapter_02 PUBLIC include)
|
2023-10-21 10:31:23 +00:00
|
|
|
|
|
|
|
target_link_libraries(chapter_02 PUBLIC chapter_interface)
|