summaryrefslogtreecommitdiff
path: root/src/storage/local/CMakeLists.txt
blob: 01e008602b8debc68d70ef3e4ef0aa598235efd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(
  sources
  LocalStorage.cpp
  StatsFile.cpp
  util.cpp
)

file(GLOB headers *.hpp)
list(APPEND sources ${headers})

target_sources(ccache_framework PRIVATE ${sources})