diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 19:48:41 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 19:48:41 +0000 |
commit | 6505b0c065b32e13f392061ccb184d288329a058 (patch) | |
tree | f9b14d45411234c6c8ab2b4f779b344d7417f4a5 /launcher/CMakeLists.txt | |
parent | 88ef02474f9c696318eb1c9e0213a7900f60f67e (diff) | |
download | PrismLauncher-6505b0c065b32e13f392061ccb184d288329a058.tar.gz PrismLauncher-6505b0c065b32e13f392061ccb184d288329a058.tar.bz2 PrismLauncher-6505b0c065b32e13f392061ccb184d288329a058.zip |
Move logic to task
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 2664ba66..f3af2ebf 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -522,6 +522,8 @@ set(MODRINTH_SOURCES modplatform/modrinth/ModrinthCheckUpdate.h modplatform/modrinth/ModrinthInstanceCreationTask.cpp modplatform/modrinth/ModrinthInstanceCreationTask.h + modplatform/modrinth/ModrinthPackExportTask.cpp + modplatform/modrinth/ModrinthPackExportTask.h ) set(MODPACKSCH_SOURCES |