Adding JSON parsing helpers to Utilities.

This commit is contained in:
Ian Roddis
2021-08-02 11:31:46 -03:00
parent f2f3d22574
commit 54e8170c68
9 changed files with 136 additions and 14 deletions

View File

@@ -2,4 +2,4 @@ project(tests)
file(GLOB UNIT_TESTS unit_*.cpp)
file(GLOB INTEGRATION_TESTS int_*.cpp)
add_executable(tests main.cpp ${UNIT_TESTS} ${INTEGRATION_TESTS})
target_link_libraries(tests daggy stdc++fs)
target_link_libraries(tests daggy stdc++fs)