summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
blob: 692aecb8a21f597d10d00fc6590f83efc57ece8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)

xcode_create_scheme(TARGET mbgl-loop-darwin)