NotAdam
4c15aae042
turn on optimisation for release builds on linux
2019-01-26 22:08:26 +11:00
Tahir Akhlaq
ae44a58bcc
apparently /std:c++17 is needed even if CMAKE_CXX_COMPILER is 17
2019-01-08 20:35:41 +00:00
Mordred
5232909ccb
Extended schema for spawnpoints
2019-01-06 23:34:19 +01:00
mordred
f1c4db5f43
Take windows build path out of compiler.cmake
2019-01-02 15:28:24 +01:00
mordred
3e6bf7614b
True out of source build now possible.
2019-01-02 15:09:59 +01:00
Mordred
2761a9029a
Simplified some cmake logic
2018-12-31 17:30:45 +01:00
Mordred
ade2dece10
Moved cmake logic to root cmakelists
2018-12-31 13:54:31 +01:00
Dantestyle
dbdd7f8dae
Avoid Cmake that create C++14 build with C++17 installed
2018-12-30 02:46:35 +01:00
mordred
eb49dc378d
Travis fix
2018-11-11 15:37:57 +01:00
NotAdam
d3ed43f975
use nmake instead
2018-10-27 16:44:31 +11:00
mordred
b27ac74313
Hopefully last CI fix attempt
2018-10-26 14:45:10 +02:00
NotAdam
925a95b03c
api now builds and seems to work
2018-10-26 21:14:30 +11:00
mordred
b4d0e87909
Removing boost from common
2018-10-24 12:53:26 +02:00
ShelbyZ
644d83e514
Minor updates for actor_rewrite branch
...
- The libraries/external is not correctly mapped for windows cmake, had
an extra '../'
- add build flag for msvc for building with multiple processors /MP
2018-02-28 20:51:47 -08:00
Mordred Admin
090001a1b5
Also should not be comitted
2017-12-05 11:43:31 +01:00
Mordred Admin
55c49b0bc4
Removed statusEffectContainer, now directly part of Actor
2017-12-05 11:21:56 +01:00
ShelbyZ
a162a7caea
Need to disable SAFESEH before /ZI
2017-10-22 10:43:33 -07:00
ShelbyZ
e5c1dcc78c
Removing comment
2017-10-22 09:29:22 -07:00
ShelbyZ
1d511299f8
Correctly applying /ZI for debug
...
- /ZI is not a link flag
- /ZI is not settable via CMAKE_CXX_FLAGS
- /Zi is default unless add_defitions(/ZI)
2017-10-22 09:28:19 -07:00
ShelbyZ
e50fd76062
Fix up Flags around Edit and Continue
...
- remove /SAFESEH:NO
- apply /INCREMENTAL /ZI (debug only)
- remove sprinkling of /INCREMENTAL /ZI
2017-10-21 22:09:03 -07:00
Mordred Admin
8682f334bc
Majorly simplified and improved the cmake setup.
...
Going forward it will be alot easier to maintain.
TODO: simplify path definitions
Conflicts:
src/servers/Server_Lobby/CMakeLists.txt
src/servers/Server_REST/CMakeLists.txt
src/servers/Server_Zone/CMakeLists.txt
2017-09-13 11:46:17 +02:00