blob: 6413a2f40379cb64f213e964fb27da0ed1e23e3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt
index ad7a0b3a..6e58b166 100644
--- a/UI/CMakeLists.txt
+++ b/UI/CMakeLists.txt
@@ -49,6 +49,8 @@ endfunction()
# Select UI Framework
if (ENABLE_QT)
add_subdirectory(Qt)
+elseif (ENABLE_QUARTZ)
+ add_subdirectory(quartz)
elseif (APPLE)
add_subdirectory(AppKit)
elseif(ANDROID)
|