summaryrefslogtreecommitdiff
path: root/src/util/CMakeLists.txt
blob: 560f79f91f8de8ca7f5db82f03f6522ae39e6456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(
  sources
  Bytes.cpp
  LockFile.cpp
  TextTable.cpp
  TimePoint.cpp
  Tokenizer.cpp
  file.cpp
  path.cpp
  string.cpp
  zstd.cpp
)

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

target_sources(ccache_framework PRIVATE ${sources})