From 26a1339ce66a5e9ecc5d6e8b15b3bb105cfac7d6 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Feb 2024 14:48:06 +0100 Subject: Add only states to core module --- tools/cmake/DawAddState.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake/DawAddState.cmake b/tools/cmake/DawAddState.cmake index cc39002..394d6c6 100644 --- a/tools/cmake/DawAddState.cmake +++ b/tools/cmake/DawAddState.cmake @@ -15,7 +15,7 @@ # Then call `daw_add_state(${STATENAME}) for each of your states. macro(daw_add_state STATENAME) # Add state include directory to the engines target - set_property(TARGET daw + set_property(TARGET daw_core APPEND PROPERTY INCLUDE_DIRECTORIES ${CMAKE_SOURCE_DIR}/state_${STATENAME}/include) -- cgit v1.3