6 lines
166 B
Smarty
6 lines
166 B
Smarty
cmake_minimum_required(VERSION 3.16)
|
|
project({name} VERSION {upstream_version})
|
|
|
|
add_executable({command} hello.c)
|
|
install(TARGETS {command} RUNTIME DESTINATION bin)
|