Visual Debugger implementation

This commit is contained in:
Jett
2022-09-04 11:47:53 +01:00
parent 14d4bf3cc5
commit f3ace4e7ed
39 changed files with 334 additions and 92 deletions

View File

@@ -25,6 +25,11 @@ include(CMakeMariaDBLists.txt)
# Create our third party library objects
add_subdirectory(raknet)
if(BUILD_VISUAL_DEBUGGER)
# If we are supposed to build the visual debugger include raylib
add_subdirectory(raylib)
endif()
# Download Backtrace if configured
if(UNIX AND NOT APPLE)
include(FetchContent)