set project LANGUAGES to C

This commit is contained in:
kinichiro 2016-03-30 16:10:19 +09:00
parent 02b00b5c07
commit 2997b8577c

View File

@ -3,7 +3,7 @@ include(CheckFunctionExists)
include(CheckLibraryExists) include(CheckLibraryExists)
include(CheckIncludeFiles) include(CheckIncludeFiles)
project (LibreSSL) project (LibreSSL C)
enable_testing() enable_testing()