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, 0 insertions, 10 deletions
diff --git a/libs/game_gamebryo/src/creation/CMakeLists.txt b/libs/game_gamebryo/src/creation/CMakeLists.txt
deleted file mode 100644
index f2dce97..0000000
--- a/libs/game_gamebryo/src/creation/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-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)