set project name to glew

This commit is contained in:
xantares 2015-02-09 16:06:11 +01:00
parent a5f0612349
commit ed4fe8ebc4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ if ( NOT DEFINED CMAKE_BUILD_TYPE )
set( CMAKE_BUILD_TYPE Release CACHE STRING "Build type" ) set( CMAKE_BUILD_TYPE Release CACHE STRING "Build type" )
endif () endif ()
project (GLEW) project (glew)
cmake_minimum_required (VERSION 2.4) cmake_minimum_required (VERSION 2.4)