aboutsummaryrefslogtreecommitdiff
path: root/libs/game_gamebryo/CMakeLists.txt
blob: 5b7ffba96a6f289032ae56380ed7c1e7d5539e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cmake_minimum_required(VERSION 3.16)

if(DEFINED DEPENDENCIES_DIR)
	include(${DEPENDENCIES_DIR}/modorganizer_super/cmake_common/mo2.cmake)
else()
	include(${CMAKE_CURRENT_LIST_DIR}/../cmake_common/mo2.cmake)
endif()

project(game_gamebryo)

add_subdirectory(src/gamebryo)
add_subdirectory(src/creation)