summaryrefslogtreecommitdiff
path: root/vendor/unique_resource.cmake
blob: 02fed9cbc1a8c7fe8d469937b0cabf7cd5fa0080 (plain)
1
2
3
4
5
6
7
8
9
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
)