From de20fd7bd4b08aa9921387cdad32ce9b60d95744 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Sat, 22 Mar 2025 15:34:18 +0100 Subject: Update a few things accordingly to the engine --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.3