summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
blob: 46d8f9edc0394bec2705dddfb27f7b981c67358f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
    optional
)

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)