mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-11 14:35:29 +00: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…
x
Reference in New Issue
Block a user