How to handle debug and releas with cmake
-
- Greenskin
- Posts: 104
- Joined: Wed Feb 29, 2012 11:50 am
- x 1
How to handle debug and releas with cmake
How to understand when is debug and when is release and how to link with corect ogre version
-
- Greenskin
- Posts: 104
- Joined: Wed Feb 29, 2012 11:50 am
- x 1
Re: How to handle debug and releas with cmake
I Handle debug/release with
Code: Select all
if(CMAKE_BUILD_TYPE STREQUAL "Debug")