We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4d747 commit 5d4b131Copy full SHA for 5d4b131
3 files changed
libCacheSim/cache/CMakeLists.txt
@@ -7,7 +7,7 @@ add_subdirectory(admission)
7
add_subdirectory(eviction)
8
add_subdirectory(prefetch)
9
10
-add_library(cachelib cache.c cacheObj.c)
+add_library(cachelib cache.c)
11
target_link_libraries(cachelib dataStructure)
12
13
target_compile_options(cachelib PRIVATE -fPIC)
libCacheSim/cache/cacheObj.c
0 commit comments