2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Updates for YAML

This commit is contained in:
Jack Andersen
2015-08-01 18:25:54 -10:00
parent 3ab2934d6b
commit 1338d6c853
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
project(hecl) project(hecl)
if(MSVC) if(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)
else() else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-multichar -fno-exceptions") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-multichar -fno-exceptions")

2
hecl/extern/Athena vendored

Submodule hecl/extern/Athena updated: 12e7596639...c53db2d74d

Submodule hecl/extern/RetroCommon updated: df2adc10da...a3db545b01