Enable compiling with multiple processes for VmaReplay

This commit is contained in:
Johannes Schneider 2021-06-02 12:18:42 +02:00
parent 12d8344ed0
commit 948be70048
No known key found for this signature in database
GPG Key ID: 630166982479CCF3

View File

@ -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