aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-03 18:48:28 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-03 18:48:28 -0700
commit0ce30495796627e7591587ca1e977be98178f225 (patch)
tree666804c93f34271fd622a715236bed4145f9075d
parentde20258aa7b846e7c7e5c7ef5abf9613157cb4a0 (diff)
downloadPrismLauncher-0ce30495796627e7591587ca1e977be98178f225.tar.gz
PrismLauncher-0ce30495796627e7591587ca1e977be98178f225.tar.bz2
PrismLauncher-0ce30495796627e7591587ca1e977be98178f225.zip
fix: sysinfo libs needed too
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-rw-r--r--launcher/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 4dbb9e6e..4de0f73b 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -1123,11 +1123,10 @@ if(WIN32)
add_library(filelink_logic STATIC ${LINKEXE_SOURCES})
target_include_directories(filelink_logic PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(filelink_logic
+ systeminfo
BuildConfig
- Qt${QT_VERSION_MAJOR}::Widgets
ghcFilesystem::ghc_filesystem
- )
- target_link_libraries(filelink_logic
+ Qt${QT_VERSION_MAJOR}::Widgets
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::Network
# Qt${QT_VERSION_MAJOR}::Concurrent