Integrate DRAMUtils and new DRAMPower
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
find_package(nlohmann_json REQUIRED)
|
||||
|
||||
add_executable(json_converter json_converter.cpp)
|
||||
target_link_libraries(json_converter PRIVATE DRAMSys::config)
|
||||
|
||||
target_link_libraries(json_converter PRIVATE
|
||||
DRAMSys::config
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user