diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f8c0315..c6adabf 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,10 +1,12 @@ add_library(daw_core - cleanup.c - dltools.c - harness.c - init.c - logging.c - loop.c - memory.c - state.c + src/cleanup.c + src/dltools.c + src/harness.c + src/init.c + src/logging.c + src/loop.c + src/memory.c + src/state.c ) + +target_include_directories(daw_core PRIVATE include) |
