Specify language in CMakeLists

This commit is contained in:
Thomas Orozco 2015-04-04 17:55:39 +02:00
parent 04c650339e
commit c5a49cf4d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 2.8.0)
project (tini)
project (tini C)
# Config
set (tini_VERSION_MAJOR 0)