mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Set bgfx PROJECT_VERSION from bgfx versioning scheme. (#80)
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
cmake_minimum_required( VERSION 3.0 )
|
||||
project( bgfx )
|
||||
project(bgfx)
|
||||
|
||||
# sets project version from api ver / git rev
|
||||
include( cmake/version.cmake )
|
||||
|
||||
set_property( GLOBAL PROPERTY USE_FOLDERS ON )
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
Reference in New Issue
Block a user