Add a few details to the project() call

We can use them now that the minimum version has been bumped
This commit is contained in:
ISSOtm
2026-03-09 02:38:17 -04:00
committed by Rangi
parent 8979b54281
commit 676db46c01

View File

@@ -4,7 +4,9 @@
cmake_minimum_required(VERSION 3.17...4.2 FATAL_ERROR) cmake_minimum_required(VERSION 3.17...4.2 FATAL_ERROR)
project(rgbds project(rgbds
LANGUAGES CXX) LANGUAGES CXX
DESCRIPTION "Game Boy assembly toolchain"
HOMEPAGE_URL "https://rgbds.gbdev.io")
include(CTest) include(CTest)