Fixed a compile error on MSVC14 x64 caused by the /bigobj flag failing to be set
authorJared Mulconry <j.mulconry@atomizergames.com>
Mon, 14 Nov 2016 11:52:29 +0000 (22:52 +1100)
committerJared Mulconry <j.mulconry@atomizergames.com>
Mon, 14 Nov 2016 11:52:29 +0000 (22:52 +1100)
commiteceb61b854b6736ccc28e19da3806ae550b6d24b
tree7cfd9ea3824727cc452b7dddcdc3b95da6642b1e
parent631eef49c3a368bf0f0712aa8f603ec4a48c96db
Fixed a compile error on MSVC14 x64 caused by the /bigobj flag failing to be set
for the 1 and 2-suffixed versions introduced in
commit 0a25b076b8968b7ea2aa96d7d1b4381be2d72ce6.
code/CMakeLists.txt