Set the project name to openmohaa

This commit is contained in:
OM 2023-05-18 20:24:09 +02:00
parent 67444b0f15
commit 03100b47c1
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(omohaaded)
project(openmohaa)
include(TargetArch.cmake)

View file

@ -1,7 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(gcd)
set(CURRENT_DIR "code/gamespy")
include_directories("${CURRENT_DIR}/common")