diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-02-06 13:48:06 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-02-06 13:48:06 +0000 |
| commit | 26a1339ce66a5e9ecc5d6e8b15b3bb105cfac7d6 (patch) | |
| tree | ee46f6f0d56c2ee6465178945bb41c946f1d3b4b /tools/cmake/DawAddState.cmake | |
| parent | e508733e59dc8395f8359144eeccde27ddd4ee97 (diff) | |
Add only states to core module
Diffstat (limited to 'tools/cmake/DawAddState.cmake')
| -rw-r--r-- | tools/cmake/DawAddState.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
