aboutsummaryrefslogtreecommitdiff
path: root/libs/game_features/src/CMakeLists.txt
blob: 23d6313e913f9cb9c7d41f4c6ee7acc59a46c84b (plain)
1
2
3
4
5
6
cmake_minimum_required(VERSION 3.16)
if(DEFINED DEPENDENCIES_DIR)
	include(${DEPENDENCIES_DIR}/modorganizer_super/cmake_common/src.cmake)
else()
	include(../../cmake_common/src.cmake)
endif()