We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d74ff commit a60e49cCopy full SHA for a60e49c
CMakeLists.txt
@@ -1,5 +1,8 @@
1
cmake_minimum_required(VERSION 3.23)
2
-project(BRender)
+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
+)
6
7
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
8
0 commit comments