mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-07-07 04:00:02 +00:00
I HAVE 20 DOLLARS AND I NEED A WII GAME FOR MY KID
This commit is contained in:
parent
c50707ab9d
commit
6958ae6e0a
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -7,6 +7,7 @@
|
|||||||
[submodule "thirdparty/recastnavigation"]
|
[submodule "thirdparty/recastnavigation"]
|
||||||
path = thirdparty/recastnavigation
|
path = thirdparty/recastnavigation
|
||||||
url = https://github.com/recastnavigation/recastnavigation
|
url = https://github.com/recastnavigation/recastnavigation
|
||||||
|
ignore = dirty
|
||||||
[submodule "thirdparty/libbcrypt"]
|
[submodule "thirdparty/libbcrypt"]
|
||||||
path = thirdparty/libbcrypt
|
path = thirdparty/libbcrypt
|
||||||
url = https://github.com/trusch/libbcrypt.git
|
url = https://github.com/trusch/libbcrypt.git
|
||||||
|
@ -51,7 +51,7 @@ set(RECASTNAVIGATION_EXAMPLES OFF CACHE BOOL "" FORCE)
|
|||||||
# Disabled no-register
|
# Disabled no-register
|
||||||
# Disabled unknown pragmas because Linux doesn't understand Windows pragmas.
|
# Disabled unknown pragmas because Linux doesn't understand Windows pragmas.
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -Wuninitialized -fPIC -Werror")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -Wuninitialized -fPIC")
|
||||||
add_compile_definitions(_GLIBCXX_USE_CXX11_ABI=0 _GLIBCXX_USE_CXX17_ABI=0)
|
add_compile_definitions(_GLIBCXX_USE_CXX11_ABI=0 _GLIBCXX_USE_CXX17_ABI=0)
|
||||||
|
|
||||||
if(NOT APPLE)
|
if(NOT APPLE)
|
||||||
@ -273,6 +273,8 @@ link_directories(${PROJECT_BINARY_DIR})
|
|||||||
# Load all of our third party directories
|
# Load all of our third party directories
|
||||||
add_subdirectory(thirdparty)
|
add_subdirectory(thirdparty)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
|
||||||
|
|
||||||
# Glob together all headers that need to be precompiled
|
# Glob together all headers that need to be precompiled
|
||||||
file(
|
file(
|
||||||
GLOB HEADERS_DDATABASE
|
GLOB HEADERS_DDATABASE
|
||||||
|
2
thirdparty/CMakeLists.txt
vendored
2
thirdparty/CMakeLists.txt
vendored
@ -1,8 +1,6 @@
|
|||||||
# Source Code for recast
|
# Source Code for recast
|
||||||
add_subdirectory(recastnavigation)
|
add_subdirectory(recastnavigation)
|
||||||
|
|
||||||
target_compile_definitions(recastnavigation PRIVATE "-Wno-maybe-uninitialized")
|
|
||||||
|
|
||||||
# Turn off tinyxml2 testing
|
# Turn off tinyxml2 testing
|
||||||
set(tinyxml2_BUILD_TESTING OFF)
|
set(tinyxml2_BUILD_TESTING OFF)
|
||||||
# Source Code for tinyxml2
|
# Source Code for tinyxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user