mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-16 20:38:10 +00:00
Visual Debugger implementation
This commit is contained in:
5
thirdparty/CMakeLists.txt
vendored
5
thirdparty/CMakeLists.txt
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user