This commit is contained in:
Guus Waals 2025-05-25 15:47:21 +08:00
parent 494038ebde
commit 6e748b6c94
2 changed files with 6 additions and 0 deletions

View File

@ -5,5 +5,11 @@ set(GAME_DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/game)
add_subdirectory(game_re) add_subdirectory(game_re)
option(BUILD_TOOLING "Build the ghidra tooling" ON)
if(BUILD_TOOLING)
add_subdirectory(tooling)
endif()
# Use highest possible C standard # Use highest possible C standard
set_target_properties(game_re PROPERTIES C_STANDARD 23) set_target_properties(game_re PROPERTIES C_STANDARD 23)

0
tooling/main.cpp Normal file
View File