Sprint 2 Step 7: Schema validation
This commit is contained in:
@@ -33,3 +33,6 @@ target_link_libraries(step5_test PRIVATE nlohmann_json::nlohmann_json)
|
||||
add_executable(step6_test tests/step6_test.cpp)
|
||||
target_include_directories(step6_test PRIVATE src)
|
||||
target_link_libraries(step6_test PRIVATE nlohmann_json::nlohmann_json)
|
||||
|
||||
add_executable(step7_test tests/step7_test.cpp)
|
||||
target_include_directories(step7_test PRIVATE src)
|
||||
|
||||
Reference in New Issue
Block a user