From d254403ae15b572735ab7fa00780d689d028353f Mon Sep 17 00:00:00 2001 From: onelin Date: Sun, 16 Mar 2025 11:16:16 +0100 Subject: Enable some compilation flags --- src/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index d67016b..100506a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -13,6 +13,7 @@ add_library(daw_core #set_property(SOURCE src/loop.c APPEND PROPERTY OBJECT_DEPENDS ${GLAD_HEADER}) +target_compile_options(daw_core PUBLIC ${BUILD_OPTS}) target_include_directories(daw_core PRIVATE ${DAW_INCLUDE_DIRS}) target_link_libraries(daw_core PRIVATE cglm) -- cgit v1.3