diff options
| author | Louis <35883445+louist103@users.noreply.github.com> | 2023-11-14 22:45:23 -0500 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2024-03-02 12:06:49 -0500 |
| commit | 331b021883b6fca7c3a1836877a0fcf8e883ebe5 (patch) | |
| tree | 08370b3acd888403c067be879194fa4f357b533b | |
| parent | 057f3c0e37d9f87ce179d5f8a48d81f6b6643075 (diff) | |
Add missing cmake lists
| -rw-r--r-- | OTRExporter/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OTRExporter/CMakeLists.txt b/OTRExporter/CMakeLists.txt index 819d30e..854430e 100644 --- a/OTRExporter/CMakeLists.txt +++ b/OTRExporter/CMakeLists.txt @@ -23,6 +23,7 @@ set(Header_Files "SkeletonExporter.h"
"SkeletonLimbExporter.h"
"TextExporter.h"
+ "TextMMExporter.h"
"TextureExporter.h"
"TextureAnimationExporter.h"
"VersionInfo.h"
@@ -51,6 +52,7 @@ set(Source_Files "SkeletonExporter.cpp"
"SkeletonLimbExporter.cpp"
"TextExporter.cpp"
+ "TextMMExporter.cpp"
"TextureExporter.cpp"
"TextureAnimationExporter.cpp"
"VersionInfo.cpp"
|
