mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 04:21:04 +00:00
10 lines
189 B
CMake
10 lines
189 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
|
|
add_subdirectory(catch2)
|
|
add_subdirectory(common)
|
|
add_subdirectory(base_game)
|
|
add_subdirectory(game)
|
|
add_subdirectory(ui)
|
|
|