4 lines
78 B
CMake
4 lines
78 B
CMake
set(PROJECT_VERSION 1)
|
|
set(MyProject_VERSION_TWEAK 0)
|
|
project(MyProject NONE)
|