mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
[vulkan] Add usage information (#5533)
This commit is contained in:
parent
c7d4696a88
commit
c5fc595443
9
ports/vulkan/usage
Normal file
9
ports/vulkan/usage
Normal file
@ -0,0 +1,9 @@
|
||||
The package vulkan does not provide cmake or visual studio integration directly.
|
||||
However, it can still easily be used.
|
||||
|
||||
Visual Studio:
|
||||
Include ${VULKAN_SDK}/include to your include path.
|
||||
|
||||
CMake:
|
||||
find_package(Vulkan REQUIRED)
|
||||
target_link_libraries(main PRIVATE Vulkan::Vulkan)
|
Loading…
Reference in New Issue
Block a user