From 2dcb5975a0f7a00baf37a083a3e7e443a0726c1a Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 5 Feb 2024 18:09:47 +0100 Subject: Add CMake files --- src/core/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/core/CMakeLists.txt (limited to 'src/core') 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 + ) -- cgit v1.3