9 lines
559 B
CMake
9 lines
559 B
CMake
add_course_exercise(NAME constexpr_frontier MODULE 14_cpp26 STANDARD 23
|
|
SOURCES src/constexpr_frontier.cpp test/constexpr_frontier_test.cpp)
|
|
add_course_exercise(NAME monadic_expected MODULE 14_cpp26 STANDARD 23
|
|
SOURCES src/monadic_expected.cpp test/monadic_expected_test.cpp)
|
|
add_course_exercise(NAME pipeline_ranges MODULE 14_cpp26 STANDARD 23
|
|
SOURCES src/pipeline_ranges.cpp test/pipeline_ranges_test.cpp)
|
|
add_course_exercise(NAME custom_formatter MODULE 14_cpp26 STANDARD 23
|
|
SOURCES src/custom_formatter.cpp test/custom_formatter_test.cpp)
|