summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/loop-darwin.cmake')
-rw-r--r--cmake/loop-darwin.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/cmake/loop-darwin.cmake b/cmake/loop-darwin.cmake
deleted file mode 100644
index 9e52639c52..0000000000
--- a/cmake/loop-darwin.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-# Modify platform/darwin/loop-files.json to change the source files for this target.
-load_sources_list(MBGL_LOOP_DARWIN_FILES platform/darwin/loop-files.json)
-add_library(mbgl-loop-darwin STATIC ${MBGL_LOOP_DARWIN_FILES})
-
-target_include_directories(mbgl-loop-darwin
- PRIVATE include
- PRIVATE src
-)
-
-target_link_libraries(mbgl-loop-darwin PUBLIC
- mapbox-base
-)
-
-create_source_groups(mbgl-loop-darwin)
-
-set_target_properties(mbgl-loop-darwin PROPERTIES FOLDER "Core")
-
-initialize_xcode_cxx_build_settings(mbgl-loop-darwin)
-
-xcode_create_scheme(TARGET mbgl-loop-darwin)