mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Add include_directories to CMake to include the header files.
This commit is contained in:
parent
0495495a42
commit
43ff2ef658
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.9)
|
|||||||
project(VulkanMemoryAllocator)
|
project(VulkanMemoryAllocator)
|
||||||
|
|
||||||
find_package(Vulkan REQUIRED)
|
find_package(Vulkan REQUIRED)
|
||||||
|
include_directories(${Vulkan_INCLUDE_DIR})
|
||||||
|
|
||||||
# VulkanMemoryAllocator contains an sample application and VmaReplay which are not build by default
|
# VulkanMemoryAllocator contains an sample application and VmaReplay which are not build by default
|
||||||
option(VMA_BUILD_SAMPLE "Build VulkanMemoryAllocator sample application" OFF)
|
option(VMA_BUILD_SAMPLE "Build VulkanMemoryAllocator sample application" OFF)
|
||||||
|
Loading…
Reference in New Issue
Block a user