Define CXXFLAGS only on UNIX
authorBrendan Shanks <bshanks@audiovox.com>
Fri, 21 Mar 2014 18:07:40 +0000 (11:07 -0700)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 26 Mar 2014 20:17:00 +0000 (16:17 -0400)
commitd19abf741449ca3424b765e9740074af6bd3b6c0
tree79f0426c3978aa208fb50c4dc27822ec2ec5de7a
parentc87cdf31b3a2760316148d57d2ab6e5710e77741
Define CXXFLAGS only on UNIX

Define CXXFLAGS only on UNIX(/OS X/Linux/QNX), MSVC doesn't recognize any of these gcc options
Also move the Linux/QNX/Mac specific sections inside if(UNIX) to make it more clear
SDL_Core/CMakeLists.txt