mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 13:01:10 +00:00
10 lines
164 B
Text
10 lines
164 B
Text
|
cmake_minimum_required(VERSION 3.12)
|
||
|
|
||
|
set(CMAKE_CXX_STANDARD 17)
|
||
|
|
||
|
add_subdirectory(common)
|
||
|
add_subdirectory(base_game)
|
||
|
add_subdirectory(game)
|
||
|
add_subdirectory(ui)
|
||
|
|