diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt new file mode 100644 index 0000000..f8c0315 --- /dev/null +++ b/src/core/CMakeLists.txt @@ -0,0 +1,10 @@ +add_library(daw_core + cleanup.c + dltools.c + harness.c + init.c + logging.c + loop.c + memory.c + state.c + ) |
