From d35a80226f3771e47eef790bafa90317ee05ccd8 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 12 Jan 2026 01:55:54 +0900 Subject: [PATCH] forgot abt this one --- engine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/CMakeLists.txt b/engine/CMakeLists.txt index 4cd50a4..60d9f56 100644 --- a/engine/CMakeLists.txt +++ b/engine/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.11) -project(gearbox) +project(gearsrc) include(GNUInstallDirs) set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}")