aboutsummaryrefslogtreecommitdiff
path: root/src/osx/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/CMakeLists.txt')
-rw-r--r--src/osx/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/osx/CMakeLists.txt b/src/osx/CMakeLists.txt
deleted file mode 100644
index 0a8bb7af..00000000
--- a/src/osx/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-add_library(CruPlatformBaseOsx SHARED
- Resource.cpp
-)
-
-find_library(FOUNDATION Foundation REQUIRED)
-find_library(CORE_FOUNDATION CoreFoundation REQUIRED)
-
-target_link_libraries(CruPlatformBaseOsx PUBLIC CruPlatformBase ${FOUNDATION} ${CORE_FOUNDATION})
-
-add_subdirectory(graphics)
-add_subdirectory(gui)