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

add_library(
    mbgl-vendor-boost INTERFACE
)

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