aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-14 19:56:38 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-05-14 20:27:45 +0200
commit31988f0529f6c316d6a9ba3e66cf981a807ed710 (patch)
treec92b96e3f63832587f0b1021c5e04f1484ca0b28 /launcher/CMakeLists.txt
parentdb038463581400005f045a277a249ab07175ab2b (diff)
downloadPrismLauncher-31988f0529f6c316d6a9ba3e66cf981a807ed710.tar.gz
PrismLauncher-31988f0529f6c316d6a9ba3e66cf981a807ed710.tar.bz2
PrismLauncher-31988f0529f6c316d6a9ba3e66cf981a807ed710.zip
fix: adapt upstream Modrinth code to our codebase
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index cbe135e2..7984d3c9 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -532,6 +532,8 @@ set(FLAME_SOURCES
set(MODRINTH_SOURCES
modplatform/modrinth/ModrinthPackIndex.cpp
modplatform/modrinth/ModrinthPackIndex.h
+ modplatform/modrinth/ModrinthPackManifest.cpp
+ modplatform/modrinth/ModrinthPackManifest.h
)
set(MODPACKSCH_SOURCES
@@ -563,11 +565,6 @@ set(ATLAUNCHER_SOURCES
modplatform/atlauncher/ATLShareCode.h
)
-set(MODRINTH_SOURCES
- modplatform/modrinth/ModrinthPackManifest.cpp
- modplatform/modrinth/ModrinthPackManifest.h
-)
-
add_unit_test(Index
SOURCES meta/Index_test.cpp
LIBS Launcher_logic
@@ -601,7 +598,6 @@ set(LOGIC_SOURCES
${MODPACKSCH_SOURCES}
${TECHNIC_SOURCES}
${ATLAUNCHER_SOURCES}
- ${MODRINTH_SOURCES}
)
SET(LAUNCHER_SOURCES