2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-05 10:15:37 +00:00

Renamed codebase

This commit is contained in:
Jack Andersen 2015-08-21 20:08:28 -10:00
parent 71882540c5
commit 6577d4ca13

View File

@ -1,8 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(RetroCommon)
cmake_minimum_required(VERSION 3.0)
project(RetroCommon)
project(PathShagged)
if(MSVC)
# Shaddup MSVC
add_definitions(-DUNICODE=1 -D_UNICODE=1 -D_CRT_SECURE_NO_WARNINGS=1 /wd4267 /wd4244)