aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authortimoreo <timo.oreo34@gmail.com>2022-01-16 11:20:21 +0100
committertimoreo <timo.oreo34@gmail.com>2022-01-16 11:20:21 +0100
commit975f77756d7ffeb94fb14355b622ee850e04bd8b (patch)
tree62816cb1f4250852040d82924c006d6645862207 /launcher/CMakeLists.txt
parent621e0ba4a887ab4dfdde6a6bba2e1c7b209fb6bc (diff)
downloadPrismLauncher-975f77756d7ffeb94fb14355b622ee850e04bd8b.tar.gz
PrismLauncher-975f77756d7ffeb94fb14355b622ee850e04bd8b.tar.bz2
PrismLauncher-975f77756d7ffeb94fb14355b622ee850e04bd8b.zip
Added curseforge selection
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 12274b70..a1aae524 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -510,6 +510,8 @@ set(FLAME_SOURCES
# Flame
modplatform/flame/FlamePackIndex.cpp
modplatform/flame/FlamePackIndex.h
+ modplatform/flame/FlameModIndex.cpp
+ modplatform/flame/FlameModIndex.h
modplatform/flame/PackManifest.h
modplatform/flame/PackManifest.cpp
modplatform/flame/FileResolvingTask.h
@@ -749,6 +751,10 @@ SET(LAUNCHER_SOURCES
ui/pages/modplatform/flame/FlameModel.h
ui/pages/modplatform/flame/FlamePage.cpp
ui/pages/modplatform/flame/FlamePage.h
+ ui/pages/modplatform/flame/FlameModModel.cpp
+ ui/pages/modplatform/flame/FlameModModel.h
+ ui/pages/modplatform/flame/FlameModPage.cpp
+ ui/pages/modplatform/flame/FlameModPage.h
ui/pages/modplatform/technic/TechnicModel.cpp
ui/pages/modplatform/technic/TechnicModel.h
@@ -878,6 +884,7 @@ qt5_wrap_ui(LAUNCHER_UI
ui/pages/modplatform/atlauncher/AtlPage.ui
ui/pages/modplatform/VanillaPage.ui
ui/pages/modplatform/flame/FlamePage.ui
+ ui/pages/modplatform/flame/FlameModPage.ui
ui/pages/modplatform/legacy_ftb/Page.ui
ui/pages/modplatform/ImportPage.ui
ui/pages/modplatform/ftb/FtbPage.ui