reman3/CMakeLists.txt

9 lines
205 B
CMake

cmake_minimum_required(VERSION 3.27.0)
project(reman3)
add_subdirectory(game_re)
add_subdirectory(reference_bin)
# Use highest possible C standard
set_target_properties(game_re PROPERTIES C_STANDARD 23)