I HAVE 20 DOLLARS AND I NEED A WII GAME FOR MY KID

This commit is contained in:
David Markowitz 2024-01-18 04:31:29 -08:00
parent c50707ab9d
commit 6958ae6e0a
3 changed files with 4 additions and 3 deletions

1
.gitmodules vendored
View File

@ -7,6 +7,7 @@
[submodule "thirdparty/recastnavigation"]
path = thirdparty/recastnavigation
url = https://github.com/recastnavigation/recastnavigation
ignore = dirty
[submodule "thirdparty/libbcrypt"]
path = thirdparty/libbcrypt
url = https://github.com/trusch/libbcrypt.git

View File

@ -51,7 +51,7 @@ set(RECASTNAVIGATION_EXAMPLES OFF CACHE BOOL "" FORCE)
# Disabled no-register
# Disabled unknown pragmas because Linux doesn't understand Windows pragmas.
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)
if(NOT APPLE)
@ -273,6 +273,8 @@ link_directories(${PROJECT_BINARY_DIR})
# Load all of our third party directories
add_subdirectory(thirdparty)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
# Glob together all headers that need to be precompiled
file(
GLOB HEADERS_DDATABASE

View File

@ -1,8 +1,6 @@
# Source Code for recast
add_subdirectory(recastnavigation)
target_compile_definitions(recastnavigation PRIVATE "-Wno-maybe-uninitialized")
# Turn off tinyxml2 testing
set(tinyxml2_BUILD_TESTING OFF)
# Source Code for tinyxml2