summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-04 02:16:26 +0200
committerAki <please@ignore.pl>2024-04-04 02:16:26 +0200
commit56f76f4d524ca12bef5c775da6e7282e8322a951 (patch)
treefce3656dd3048df2c2eb61236a53b0972e9abc17 /CMakeLists.txt
parente0f9f411056c235947b809cb21c477aa5acca1b4 (diff)
downloadstarshatter-56f76f4d524ca12bef5c775da6e7282e8322a951.zip
starshatter-56f76f4d524ca12bef5c775da6e7282e8322a951.tar.gz
starshatter-56f76f4d524ca12bef5c775da6e7282e8322a951.tar.bz2
Extracted ModelFile related functionality out of Magic2 to a library
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ccd32d..be5bb74 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,6 +24,7 @@ add_subdirectory(data)
add_subdirectory(DefinitionEx)
add_subdirectory(FoundationEx)
add_subdirectory(InfoEx)
+add_subdirectory(MagicEx)
if(MSVC)
add_subdirectory(Magic2)
endif()