mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Do not set CMAKE_RUNTIME_OUTPUT_DIRECTORY
This commit is contained in:
parent
e32721df9e
commit
d475fbb999
@ -6,9 +6,6 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
|
||||
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
||||
# Put binaries into bin folder
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)
|
||||
|
||||
# VulkanMemoryAllocator contains an example application and VmaReplay which are not build by default
|
||||
option(VMA_BUILD_EXAMPLE_APP "Build VulkanMemoryAllocator example application" OFF)
|
||||
option(VMA_BUILD_EXAMPLE_APP_SHADERS "Build VulkanMemoryAllocator example application's shaders" OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user