aboutsummaryrefslogtreecommitdiff
path: root/libs/game_features/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_features/src/CMakeLists.txt')
-rw-r--r--libs/game_features/src/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/game_features/src/CMakeLists.txt b/libs/game_features/src/CMakeLists.txt
new file mode 100644
index 0000000..23d6313
--- /dev/null
+++ b/libs/game_features/src/CMakeLists.txt
@@ -0,0 +1,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() \ No newline at end of file