Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
263 B
CMake
Raw Permalink Normal View History

2021-02-24 21:52:02 +01:00
cmake_minimum_required(VERSION 3.16)
if(DEFINED DEPENDENCIES_DIR)
2022-04-19 23:28:02 +02:00
include(${DEPENDENCIES_DIR}/modorganizer_super/cmake_common/mo2.cmake)
2021-02-24 21:52:02 +01:00
else()
2022-04-19 23:28:02 +02:00
include(${CMAKE_CURRENT_LIST_DIR}/../cmake_common/mo2.cmake)
2021-02-24 21:52:02 +01:00
endif()
2022-04-19 23:28:02 +02:00
project(game_enderalse)
2021-02-24 21:52:02 +01:00
add_subdirectory(src)