Skip to content

Commit a60e49c

Browse files
committed
CMakeLists.txt: update meta info
1 parent 72d74ff commit a60e49c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
cmake_minimum_required(VERSION 3.23)
2-
project(BRender)
2+
project(BRender VERSION 1.4.0 LANGUAGES C CXX ASM
3+
DESCRIPTION "Modernized fork of BRender"
4+
HOMEPAGE_URL "https://github.com/BlazingRenderer/BRender"
5+
)
36

47
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
58

0 commit comments

Comments
 (0)