Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into Preview4_0_MenuUIRework

This commit is contained in:
Areloch 2020-06-01 03:48:20 -05:00
commit 69089e1ee2
297 changed files with 4174 additions and 470 deletions

View file

@ -38,10 +38,6 @@ if(UNIX)
endif()
# for asm files
SET (CMAKE_ASM_NASM_OBJECT_FORMAT "elf")
ENABLE_LANGUAGE (ASM_NASM)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
endif()