summaryrefslogtreecommitdiff
path: root/vendor/unique_resource.cmake
blob: 71f514d8e574b11d348ef8dbc160da6ce28b4015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(TARGET mbgl-vendor-unique_resource)
    return()
endif()

add_library(
    mbgl-vendor-unique_resource INTERFACE
)

target_include_directories(
    mbgl-vendor-unique_resource SYSTEM
    INTERFACE ${CMAKE_CURRENT_LIST_DIR}/unique_resource
)