Make tool out of json_converter

This commit is contained in:
2025-01-10 15:18:18 +01:00
parent 391b4cdb82
commit dc81bc008a
4 changed files with 13 additions and 7 deletions

2
tools/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
add_executable(json_converter json_converter.cpp)
target_link_libraries(json_converter PRIVATE DRAMSys::config)