summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
blob: 3109911e6628cd5d732cd20cd06cbce8be8c91e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_library(mbgl-loop-darwin STATIC
    platform/darwin/src/async_task.cpp
    platform/darwin/src/run_loop.cpp
    platform/darwin/src/timer.cpp
)

target_include_directories(mbgl-loop-darwin
    PRIVATE include
    PRIVATE src
)

create_source_groups(mbgl-loop-darwin)

set_target_properties(mbgl-loop-darwin PROPERTIES FOLDER "Core")

xcode_create_scheme(TARGET mbgl-loop-darwin)