mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
init
This commit is contained in:
commit
d21bc831e1
178 changed files with 24136 additions and 0 deletions
5
version.cmake
Normal file
5
version.cmake
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
set(APP_VERSION "1.3")
|
||||
|
||||
if(DEFINED PRINT_VERSION)
|
||||
message("${APP_VERSION}")
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue