summaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 23dcae6..fa91929 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -3,4 +3,4 @@ add_library(daw_ui
src/rendering.c
)
-target_include_directories(daw_ui PRIVATE include)
+target_include_directories(daw_ui PRIVATE ${DAW_INCLUDE_DIRS})