mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Set the project name to openmohaa
This commit is contained in:
parent
67444b0f15
commit
03100b47c1
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(omohaaded)
|
project(openmohaa)
|
||||||
|
|
||||||
include(TargetArch.cmake)
|
include(TargetArch.cmake)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
project(gcd)
|
|
||||||
|
|
||||||
set(CURRENT_DIR "code/gamespy")
|
set(CURRENT_DIR "code/gamespy")
|
||||||
|
|
||||||
include_directories("${CURRENT_DIR}/common")
|
include_directories("${CURRENT_DIR}/common")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue