mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 14:23:04 +00:00
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:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user