forked from Green-Sky/tomato
add version follows versioning similar to SDL
odd patch is dev version
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
|
||||
|
||||
# cmake setup begin
|
||||
project(tomato)
|
||||
project(tomato
|
||||
VERSION 0.3.1
|
||||
HOMEPAGE_URL https://github.com/Green-Sky/tomato
|
||||
)
|
||||
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
|
Reference in New Issue
Block a user