aboutsummaryrefslogtreecommitdiff
path: root/libs/game_gamebryo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_gamebryo/CMakeLists.txt')
-rw-r--r--libs/game_gamebryo/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/game_gamebryo/CMakeLists.txt b/libs/game_gamebryo/CMakeLists.txt
new file mode 100644
index 0000000..5b7ffba
--- /dev/null
+++ b/libs/game_gamebryo/CMakeLists.txt
@@ -0,0 +1,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)