From ccf5583e6494fe5dd7730f00ea1295dae8154757 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Feb 2024 14:35:37 +0100 Subject: Add threads (?) --- src/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index a9e2b6d..c75cdf6 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -7,6 +7,7 @@ add_library(daw_core src/loop.c src/memory.c src/state.c + src/thread.c ) set_property(SOURCE src/loop.c APPEND PROPERTY OBJECT_DEPENDS ${GLAD_HEADER}) -- cgit v1.3