summaryrefslogtreecommitdiff
path: root/src/rendering/CMakeLists.txt
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-03-16 10:16:16 +0000
committeronelin <oscar@nelin.dk>2025-03-16 10:16:16 +0000
commitd254403ae15b572735ab7fa00780d689d028353f (patch)
treeebb275f6afcb94e3564f4e92595f8c8483c187c2 /src/rendering/CMakeLists.txt
parent0413f91b2185e273a3f05234e1789670424f5dc4 (diff)
Enable some compilation flags
Diffstat (limited to 'src/rendering/CMakeLists.txt')
-rw-r--r--src/rendering/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rendering/CMakeLists.txt b/src/rendering/CMakeLists.txt
index f19cce0..237f147 100644
--- a/src/rendering/CMakeLists.txt
+++ b/src/rendering/CMakeLists.txt
@@ -21,6 +21,7 @@ add_custom_command(
set_property(SOURCE src/window.c APPEND PROPERTY OBJECT_DEPENDS ${GLAD_HEADER})
set_property(SOURCE src/rendering.c APPEND PROPERTY OBJECT_DEPENDS ${GLAD_HEADER})
+target_compile_options(daw_rendering PUBLIC ${BUILD_OPTS})
target_include_directories(daw_rendering PRIVATE ${DAW_INCLUDE_DIRS})
target_link_libraries(daw_rendering PRIVATE
OpenGL::GL