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