Clean up and refactor CMakeLists

This commit is contained in:
2024-11-11 17:00:25 +01:00
parent 91a09ad771
commit e1b8bbf12d
8 changed files with 67 additions and 130 deletions

View File

@@ -40,6 +40,8 @@
project(DRAMSys_Simulator)
find_package(Threads)
add_library(${PROJECT_NAME}
simulator/Cache.cpp
simulator/EccModule.cpp