mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-10 02:31:48 +00:00
Move add_subdirectory for shaders and VmaReplay to the end of the file
This commit is contained in:
parent
61a2844a4f
commit
a3078999ea
@ -1,11 +1,3 @@
|
||||
if(VMA_BUILD_EXAMPLE_APP_SHADERS)
|
||||
add_subdirectory(Shaders)
|
||||
endif()
|
||||
|
||||
if(VMA_BUILD_REPLAY_APP)
|
||||
add_subdirectory(VmaReplay)
|
||||
endif()
|
||||
|
||||
set(VMA_LIBRARY_SOURCE_FILES
|
||||
VmaUsage.cpp
|
||||
)
|
||||
@ -79,3 +71,11 @@ if (VMA_BUILD_EXAMPLE_APP)
|
||||
message(STATUS "VmaExample application is not supported to Linux")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(VMA_BUILD_EXAMPLE_APP_SHADERS)
|
||||
add_subdirectory(Shaders)
|
||||
endif()
|
||||
|
||||
if(VMA_BUILD_REPLAY_APP)
|
||||
add_subdirectory(VmaReplay)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user