diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-07-30 15:22:18 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-07-30 15:22:18 -0700 |
commit | 760b80934f35db1d35dc251692014d05caaa0614 (patch) | |
tree | 3b601063316e9e5e7efe95ec274161bbc2e4f95b | |
parent | 6d564628b7280ecff3f595e982721d3890d4a615 (diff) | |
download | PrismLauncher-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.txt | 3 |
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 |