mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Enable compiling with multiple processes for VmaReplay
This commit is contained in:
parent
12d8344ed0
commit
948be70048
@ -10,6 +10,9 @@ if (WIN32)
|
||||
|
||||
add_executable(VmaReplay ${VMA_REPLAY_SOURCE_FILES})
|
||||
|
||||
# Enable multithreaded compiling
|
||||
target_compile_options(VmaReplay PRIVATE "/MP")
|
||||
|
||||
target_link_libraries(
|
||||
VmaReplay
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user