add premake option 'enable-multithreading'

This commit is contained in:
Lunkhound
2018-03-16 23:42:43 -07:00
parent e526e48df8
commit 04e0d57dc1
2 changed files with 11 additions and 1 deletions

View File

@@ -9,5 +9,7 @@
}
files {
"*.cpp",
"*.h"
"*.h",
"TaskScheduler/*.cpp",
"TaskScheduler/*.h"
}