Renamed codebase

This commit is contained in:
Jack Andersen 2015-08-21 20:08:28 -10:00
parent 71882540c5
commit 6577d4ca13
1 changed files with 1 additions and 4 deletions

View File

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