Initial Course
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
add_course_exercise(NAME auto_and_range_for MODULE 09_cpp11 STANDARD 11
|
||||
SOURCES src/auto_and_range_for.cpp test/auto_and_range_for_test.cpp)
|
||||
add_course_exercise(NAME smart_pointers MODULE 09_cpp11 STANDARD 11
|
||||
SOURCES src/smart_pointers.cpp test/smart_pointers_test.cpp)
|
||||
add_course_exercise(NAME move_semantics MODULE 09_cpp11 STANDARD 11
|
||||
SOURCES src/move_semantics.cpp test/move_semantics_test.cpp)
|
||||
add_course_exercise(NAME constexpr_nullptr MODULE 09_cpp11 STANDARD 11
|
||||
SOURCES src/constexpr_nullptr.cpp test/constexpr_nullptr_test.cpp)
|
||||
Reference in New Issue
Block a user