Skip to content

Commit

Permalink
initial development
Browse files Browse the repository at this point in the history
  • Loading branch information
maysl committed Jan 21, 2013
1 parent 567d535 commit 50140dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 )

Expand Down

0 comments on commit 50140dd

Please sign in to comment.