mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 20:41:11 +00:00
9 lines
164 B
CMake
9 lines
164 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
|
|
add_subdirectory(common)
|
|
add_subdirectory(base_game)
|
|
add_subdirectory(game)
|
|
add_subdirectory(ui)
|
|
|