summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-03-22 14:34:18 +0000
committer0undefined <oscar@nelin.dk>2025-03-22 14:34:18 +0000
commitde20fd7bd4b08aa9921387cdad32ce9b60d95744 (patch)
treef98237a457672c591e6fb0518d19ec0b750c3d33 /CMakeLists.txt
parentc77c38324eb5824aa802ad0d3177bf5a90d7da64 (diff)
Update a few things accordingly to the engine
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1fe0b53..70f6210 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,5 +29,6 @@ daw_add_state(mainstate)
add_executable(${PROJECT_NAME} src/main.c)
target_link_libraries(${PROJECT_NAME} PUBLIC daw)
target_include_directories(${PROJECT_NAME} PUBLIC include ${DAW_INCLUDE_DIRS})
+target_link_options(${PROJECT_NAME} PUBLIC ${BUILD_OPTS})
get_target_property(LINKLIBS daw LINK_LIBRARIES)