Enable compiling with multiple processes for VmaReplay
diff --git a/src/VmaReplay/CMakeLists.txt b/src/VmaReplay/CMakeLists.txt
index 1583b23..a53f9c9 100644
--- a/src/VmaReplay/CMakeLists.txt
+++ b/src/VmaReplay/CMakeLists.txt
@@ -10,6 +10,9 @@
 
     add_executable(VmaReplay ${VMA_REPLAY_SOURCE_FILES})
 
+    # Enable multithreaded compiling
+    target_compile_options(VmaReplay PRIVATE "/MP")
+
     target_link_libraries(
         VmaReplay