CMAKE: Add description, home page and languages to project.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
85496f7a78
commit
1b075026b5
@ -1,6 +1,11 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
project(amun VERSION 1.0)
|
project(amun
|
||||||
|
VERSION 1.0
|
||||||
|
DESCRIPTION "AMUN Code - a code to perform numerical simulations in astrophysics"
|
||||||
|
HOMEPAGE_URL "https://gitlab.com/gkowal/amun-code"
|
||||||
|
LANGUAGES Fortran
|
||||||
|
)
|
||||||
|
|
||||||
enable_language(Fortran)
|
enable_language(Fortran)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user