Skip to content

Commit

Permalink
Merge branch 'main' into RemoveEntityPointers
Browse files Browse the repository at this point in the history
  • Loading branch information
jadebenn committed Jan 20, 2024
2 parents e461fda + 36f7b8a commit 50b7341
Show file tree
Hide file tree
Showing 39 changed files with 694 additions and 501 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ link_directories(${PROJECT_BINARY_DIR})

# Load all of our third party directories
add_subdirectory(thirdparty)

if (UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
endif()
# Glob together all headers that need to be precompiled
file(
GLOB HEADERS_DDATABASE
Expand Down
Loading

0 comments on commit 50b7341

Please sign in to comment.