aboutsummaryrefslogtreecommitdiff
path: root/libs/game_gamebryo/src/creation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_gamebryo/src/creation/CMakeLists.txt')
-rw-r--r--libs/game_gamebryo/src/creation/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/game_gamebryo/src/creation/CMakeLists.txt b/libs/game_gamebryo/src/creation/CMakeLists.txt
new file mode 100644
index 0000000..f2dce97
--- /dev/null
+++ b/libs/game_gamebryo/src/creation/CMakeLists.txt
@@ -0,0 +1,10 @@
+cmake_minimum_required(VERSION 3.16)
+
+add_library(game_creation STATIC)
+mo2_configure_library(game_creation
+ WARNINGS OFF
+ TRANSLATIONS ON
+ PUBLIC_DEPENDS uibase
+ PRIVATE_DEPENDS lz4)
+target_link_libraries(game_creation PUBLIC game_gamebryo)
+mo2_install_target(game_creation)