diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-27 12:08:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 12:08:41 -0700 |
commit | 6aa30d334c2c0ccf0890433b9b7fecc3adeb9ed0 (patch) | |
tree | 2a94b4a26e0955144d827b9ca26c0694ecf5bfef /launcher/CMakeLists.txt | |
parent | b142407b218383992f854486cabebb766e83fa93 (diff) | |
parent | 45c39d078ff4675a87f97bc2e5cc5f072e591856 (diff) | |
download | PrismLauncher-6aa30d334c2c0ccf0890433b9b7fecc3adeb9ed0.tar.gz PrismLauncher-6aa30d334c2c0ccf0890433b9b7fecc3adeb9ed0.tar.bz2 PrismLauncher-6aa30d334c2c0ccf0890433b9b7fecc3adeb9ed0.zip |
Merge pull request #1 from Trial97/refactor/net-split-headers-to-proxy-class
Simplify Upload and Download
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 20372dbc..df8489e5 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -143,6 +143,8 @@ set(NET_SOURCES net/ApiDownload.cpp net/ApiUpload.cpp net/ApiUpload.h + net/NetRequest.cpp + net/NetRequest.h ) # Game launch logic |