mirror of
https://github.com/zoriya/Kyoo.Transcoder.git
synced 2025-12-06 06:26:11 +00:00
Specifing the C standard version in the CMake
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user