diff options
| author | onelin <oscar@nelin.dk> | 2025-03-16 10:16:16 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2025-03-16 10:16:16 +0000 |
| commit | d254403ae15b572735ab7fa00780d689d028353f (patch) | |
| tree | ebb275f6afcb94e3564f4e92595f8c8483c187c2 /src/core/CMakeLists.txt | |
| parent | 0413f91b2185e273a3f05234e1789670424f5dc4 (diff) | |
Enable some compilation flags
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
