summaryrefslogtreecommitdiff
path: root/vendor/unique_resource.cmake
blob: ad450066ebcdc46d0393ebae31d86d9fffd8df77 (plain)
1
2
3
4
5
add_library(unique_resource INTERFACE)

target_include_directories(unique_resource SYSTEM INTERFACE
    ${CMAKE_SOURCE_DIR}/vendor/unique_resource
)