aboutsummaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-06 20:55:42 +0800
committercrupest <crupest@outlook.com>2023-10-06 20:55:42 +0800
commit538616817a749642836ad3b2faff16706500602e (patch)
tree4c1f00d653e7b339a4fbd505cd686993589c2c8c /src/platform
parentded4428d7286925db1f5ab9f18f549c85033839d (diff)
downloadcru-538616817a749642836ad3b2faff16706500602e.tar.gz
cru-538616817a749642836ad3b2faff16706500602e.tar.bz2
cru-538616817a749642836ad3b2faff16706500602e.zip
...
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/CMakeLists.txt1
-rw-r--r--src/platform/graphics/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt
index 204660a4..0a94a26e 100644
--- a/src/platform/CMakeLists.txt
+++ b/src/platform/CMakeLists.txt
@@ -16,6 +16,7 @@ if (WIN32)
elseif (APPLE)
add_subdirectory(osx)
add_subdirectory(graphics/quartz)
+ add_subdirectory(graphics/cairo)
add_subdirectory(gui/osx)
elseif (EMSCRIPTEN)
add_subdirectory(web)
diff --git a/src/platform/graphics/CMakeLists.txt b/src/platform/graphics/CMakeLists.txt
index e9c6a9d1..b6362961 100644
--- a/src/platform/graphics/CMakeLists.txt
+++ b/src/platform/graphics/CMakeLists.txt
@@ -7,4 +7,3 @@ add_library(CruPlatformGraphics
target_compile_definitions(CruPlatformGraphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API)
target_link_libraries(CruPlatformGraphics PUBLIC CruPlatformBase)
-add_subdirectory(cairo)