aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2022-04-01 23:40:20 +0100
committerJamie Mansfield <jmansfield@cadixdev.org>2022-04-02 13:53:44 +0100
commit8df88e7fbbbff42861a62c2fcd79c9e853781fc8 (patch)
tree61197cddf6dc6fffafe52611ac91912997d04914 /launcher/CMakeLists.txt
parentc8092269baf92c05a8b2433fc644f1039a041bfa (diff)
downloadPrismLauncher-8df88e7fbbbff42861a62c2fcd79c9e853781fc8.tar.gz
PrismLauncher-8df88e7fbbbff42861a62c2fcd79c9e853781fc8.tar.bz2
PrismLauncher-8df88e7fbbbff42861a62c2fcd79c9e853781fc8.zip
Technic: Add API models for Solder packs
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 692aebe5..83635512 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -539,6 +539,8 @@ set(TECHNIC_SOURCES
modplatform/technic/SingleZipPackInstallTask.cpp
modplatform/technic/SolderPackInstallTask.h
modplatform/technic/SolderPackInstallTask.cpp
+ modplatform/technic/SolderPackManifest.h
+ modplatform/technic/SolderPackManifest.cpp
modplatform/technic/TechnicPackProcessor.h
modplatform/technic/TechnicPackProcessor.cpp
)