mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
4 lines
131 B
CMake
4 lines
131 B
CMake
add_library(vulkan-headers INTERFACE)
|
|
target_include_directories(vulkan-headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include/")
|
|
|