commit | 948be7004851d7dce963b4e6e8d24dbe203d9d4d | [log] [tgz] |
---|---|---|
author | Johannes Schneider <johannesschneider@outlook.com> | Wed Jun 02 12:18:42 2021 +0200 |
committer | Johannes Schneider <johannesschneider@outlook.com> | Wed Jun 02 12:18:42 2021 +0200 |
tree | 3a60e21a8be94920e0f279d9af79689beb88060b | |
parent | 12d8344ed0a492e3fb5ca4709d17670f134b50c1 [diff] |
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