mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
4 lines
130 B
CMake
4 lines
130 B
CMake
add_library(vulkan-headers INTERFACE)
|
|
target_include_directories(vulkan-headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
|