mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
cmake: set C standard
This commit is contained in:
parent
dc5b1032c0
commit
4b568aca53
@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(libspng C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
set(SPNG_MAJOR 0)
|
||||
set(SPNG_MINOR 7)
|
||||
set(SPNG_REVISION 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user