Fix project name.

This commit is contained in:
Mikaël Capelle
2025-05-25 19:47:08 +02:00
parent ec9f9e733c
commit 903dbc3b00
+1 -1
View File
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
# TODO: clean include directives
set(MO2_CMAKE_DEPRECATED_UIBASE_INCLUDE ON)
project(game_gamebryo)
project(game_bethesda)
find_package(mo2-cmake CONFIG REQUIRED)
find_package(Qt6 COMPONENTS Widgets)