Specifing the C standard version in the CMake

This commit is contained in:
Zoe Roux
2020-01-25 15:57:27 +01:00
parent 424d36779a
commit 1a4d81d280

View File

@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.15)
set(CMAKE_C_STANDARD 11)
set (PROJECT_VERSION "1.0")
project(transcoder VERSION ${PROJECT_VERSION})