diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-25 21:55:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 21:55:00 +0200 |
commit | aad7c6328270a556212401c8ac3ba12ff7aa0174 (patch) | |
tree | d7f62de6facc57c016292364c81492eb826d9d99 /launcher/CMakeLists.txt | |
parent | 52454ca77b200943055fc637409a08b04cb07c7b (diff) | |
parent | 1ff459d995f685aa5a83fe2c1c4b8f0f3b56ed03 (diff) | |
download | PrismLauncher-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.txt | 2 |
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 |