diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-25 13:23:43 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-25 13:23:43 -0700 |
commit | 013a26aafecdd8a9944ad1ec94893d7efe7874ea (patch) | |
tree | ae54ba2b231e5644309ca3d07216d1edee643920 | |
parent | df4fd7df7f98589c5dba85e4b5cdf0179a77faf5 (diff) | |
download | PrismLauncher-013a26aafecdd8a9944ad1ec94893d7efe7874ea.tar.gz PrismLauncher-013a26aafecdd8a9944ad1ec94893d7efe7874ea.tar.bz2 PrismLauncher-013a26aafecdd8a9944ad1ec94893d7efe7874ea.zip |
fix: add `ApiUpload` to CMakeLists.txt
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-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 f4308caa..20372dbc 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -141,6 +141,8 @@ set(NET_SOURCES net/ApiHeaderProxy.h net/ApiDownload.h net/ApiDownload.cpp + net/ApiUpload.cpp + net/ApiUpload.h ) # Game launch logic |