aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorbexnoss <82064510+bexnoss@users.noreply.github.com>2022-01-12 14:26:02 +0100
committerbexnoss <82064510+bexnoss@users.noreply.github.com>2022-01-12 14:26:02 +0100
commita1ff3b1ee34c302ba52d773816207d30badab1eb (patch)
treeac4fbbddfab2ffbd9b1949d5b51857a528c69035 /launcher/CMakeLists.txt
parentd4b522b6cb5281df02da54cd9e0f6445770e7ec7 (diff)
downloadPrismLauncher-a1ff3b1ee34c302ba52d773816207d30badab1eb.tar.gz
PrismLauncher-a1ff3b1ee34c302ba52d773816207d30badab1eb.tar.bz2
PrismLauncher-a1ff3b1ee34c302ba52d773816207d30badab1eb.zip
Add offline mode support
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 0052f0e2..df361447 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -221,7 +221,11 @@ set(MINECRAFT_SOURCES
minecraft/auth/flows/Mojang.h
minecraft/auth/flows/MSA.cpp
minecraft/auth/flows/MSA.h
+ minecraft/auth/flows/Offline.cpp
+ minecraft/auth/flows/Offline.h
+ minecraft/auth/steps/OfflineStep.cpp
+ minecraft/auth/steps/OfflineStep.h
minecraft/auth/steps/EntitlementsStep.cpp
minecraft/auth/steps/EntitlementsStep.h
minecraft/auth/steps/GetSkinStep.cpp