diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-14 19:56:38 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-14 20:27:45 +0200 |
commit | 31988f0529f6c316d6a9ba3e66cf981a807ed710 (patch) | |
tree | c92b96e3f63832587f0b1021c5e04f1484ca0b28 /launcher/CMakeLists.txt | |
parent | db038463581400005f045a277a249ab07175ab2b (diff) | |
download | PrismLauncher-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.txt | 8 |
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 |