mirror of
https://github.com/ModOrganizer2/githubpp.git
synced 2026-07-27 14:04:49 -07:00
Fix up CMAKE to use /MP and allow building through umbrella
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
|
||||
|
||||
ADD_COMPILE_OPTIONS($<$<CXX_COMPILER_ID:MSVC>:/MP>)
|
||||
|
||||
SET(PROJ_NAME githubpp)
|
||||
PROJECT(${PROJ_NAME})
|
||||
|
||||
Reference in New Issue
Block a user