summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
blob: f8c0315b88cd13ff06e21fdd032ddd147bb53e14 (plain)
1
2
3
4
5
6
7
8
9
10
add_library(daw_core
  cleanup.c
  dltools.c
  harness.c
  init.c
  logging.c
  loop.c
  memory.c
  state.c
  )