aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-25 21:55:00 +0200
committerGitHub <noreply@github.com>2022-04-25 21:55:00 +0200
commitaad7c6328270a556212401c8ac3ba12ff7aa0174 (patch)
treed7f62de6facc57c016292364c81492eb826d9d99 /launcher/CMakeLists.txt
parent52454ca77b200943055fc637409a08b04cb07c7b (diff)
parent1ff459d995f685aa5a83fe2c1c4b8f0f3b56ed03 (diff)
downloadPrismLauncher-aad7c6328270a556212401c8ac3ba12ff7aa0174.tar.gz
PrismLauncher-aad7c6328270a556212401c8ac3ba12ff7aa0174.tar.bz2
PrismLauncher-aad7c6328270a556212401c8ac3ba12ff7aa0174.zip
Merge pull request #482 from TheCodex6824/mojang-auth-fix
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 e60c4d45..b79f03c8 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -235,6 +235,8 @@ set(MINECRAFT_SOURCES
minecraft/auth/steps/MigrationEligibilityStep.h
minecraft/auth/steps/MinecraftProfileStep.cpp
minecraft/auth/steps/MinecraftProfileStep.h
+ minecraft/auth/steps/MinecraftProfileStepMojang.cpp
+ minecraft/auth/steps/MinecraftProfileStepMojang.h
minecraft/auth/steps/MSAStep.cpp
minecraft/auth/steps/MSAStep.h
minecraft/auth/steps/XboxAuthorizationStep.cpp