aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-30 15:22:18 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-30 15:22:18 -0700
commit760b80934f35db1d35dc251692014d05caaa0614 (patch)
tree3b601063316e9e5e7efe95ec274161bbc2e4f95b
parent6d564628b7280ecff3f595e982721d3890d4a615 (diff)
downloadPrismLauncher-760b80934f35db1d35dc251692014d05caaa0614.tar.gz
PrismLauncher-760b80934f35db1d35dc251692014d05caaa0614.tar.bz2
PrismLauncher-760b80934f35db1d35dc251692014d05caaa0614.zip
fix(filelink exe): add console sources
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-rw-r--r--launcher/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 276f1d05..a806b241 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -563,6 +563,9 @@ set(ATLAUNCHER_SOURCES
)
set(LINKEXE_SOURCES
+ WindowsConsole.cpp
+ WindowsConsole.h
+
filelink/FileLink.h
filelink/FileLink.cpp
FileSystem.h