mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-30 20:22:04 +00:00 
			
		
		
		
	I HAVE 20 DOLLARS AND I NEED A WII GAME FOR MY KID
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
							
								
								
									
										2
									
								
								thirdparty/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								thirdparty/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Markowitz
					David Markowitz