How to handle debug and releas with cmake

Get answers to all your basic programming questions. No Ogre questions, please!
themean
Greenskin
Posts: 104
Joined: Wed Feb 29, 2012 11:50 am
x 1

How to handle debug and releas with cmake

Post by themean »

How to understand when is debug and when is release and how to link with corect ogre version
themean
Greenskin
Posts: 104
Joined: Wed Feb 29, 2012 11:50 am
x 1

Re: How to handle debug and releas with cmake

Post by themean »

I Handle debug/release with

Code: Select all

 if(CMAKE_BUILD_TYPE STREQUAL "Debug")