From 50140dd6119b629bc29567e3f45b752c0533f149 Mon Sep 17 00:00:00 2001 From: Marcel Ebmer Date: Mon, 21 Jan 2013 11:37:01 +0100 Subject: [PATCH] initial development --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b620ff..745b5bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,10 @@ cmake_minimum_required( VERSION 2.6 ) project( fische ) +IF( NOT CMAKE_BUILD_TYPE ) + set( CMAKE_BUILD_TYPE "Release" ) +ENDIF( NOT CMAKE_BUILD_TYPE ) + find_package( PkgConfig ) pkg_check_modules( GLUT glut )