Files

9 lines
559 B
CMake
Raw Permalink Normal View History

2026-08-12 13:18:20 +03:00
add_course_exercise(NAME constexpr_frontier MODULE 14_cpp26 STANDARD 26
2026-08-11 17:40:36 +03:00
SOURCES src/constexpr_frontier.cpp test/constexpr_frontier_test.cpp)
2026-08-12 13:18:20 +03:00
add_course_exercise(NAME monadic_expected MODULE 14_cpp26 STANDARD 26
2026-08-11 17:40:36 +03:00
SOURCES src/monadic_expected.cpp test/monadic_expected_test.cpp)
2026-08-12 13:18:20 +03:00
add_course_exercise(NAME pipeline_ranges MODULE 14_cpp26 STANDARD 26
2026-08-11 17:40:36 +03:00
SOURCES src/pipeline_ranges.cpp test/pipeline_ranges_test.cpp)
2026-08-12 13:18:20 +03:00
add_course_exercise(NAME custom_formatter MODULE 14_cpp26 STANDARD 26
2026-08-11 17:40:36 +03:00
SOURCES src/custom_formatter.cpp test/custom_formatter_test.cpp)