WIP
This commit is contained in:
parent
494038ebde
commit
6e748b6c94
|
@ -5,5 +5,11 @@ set(GAME_DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/game)
|
|||
|
||||
add_subdirectory(game_re)
|
||||
|
||||
option(BUILD_TOOLING "Build the ghidra tooling" ON)
|
||||
|
||||
if(BUILD_TOOLING)
|
||||
add_subdirectory(tooling)
|
||||
endif()
|
||||
|
||||
# Use highest possible C standard
|
||||
set_target_properties(game_re PROPERTIES C_STANDARD 23)
|
||||
|
|
Loading…
Reference in New Issue