cmake: Specify that the project's language is C

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Félix C. Morency 2008-07-09 18:59:43 -07:00 committed by Julien Danjou
parent f22acbf45e
commit 41a9627f95
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set(VERSION_PATCH 0)
set(CODENAME "Productivity Breaker") set(CODENAME "Productivity Breaker")
project(${PROJECT_AWE_NAME}) project(${PROJECT_AWE_NAME} C)
set(CMAKE_BUILD_TYPE RELEASE) set(CMAKE_BUILD_TYPE RELEASE)