aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-27 12:08:41 -0700
committerGitHub <noreply@github.com>2023-06-27 12:08:41 -0700
commit6aa30d334c2c0ccf0890433b9b7fecc3adeb9ed0 (patch)
tree2a94b4a26e0955144d827b9ca26c0694ecf5bfef /launcher/CMakeLists.txt
parentb142407b218383992f854486cabebb766e83fa93 (diff)
parent45c39d078ff4675a87f97bc2e5cc5f072e591856 (diff)
downloadPrismLauncher-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.txt2
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