mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
5 lines
87 B
CMake
5 lines
87 B
CMake
|
|
set(APP_VERSION "1.3")
|
||
|
|
|
||
|
|
if(DEFINED PRINT_VERSION)
|
||
|
|
message("${APP_VERSION}")
|
||
|
|
endif()
|