mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 21:37:58 +00:00
Add missing lib on Windows (#11004)
* Add missing lib on Windows Signed-off-by: Osyotr <Osyotr@users.noreply.github.com> * Update libs/platform/CMakeLists.txt Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> --------- Signed-off-by: Osyotr <Osyotr@users.noreply.github.com> Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
e3d47775fc
commit
d8f9323705
@@ -180,6 +180,7 @@ target_link_libraries(${PROJECT_NAME}
|
||||
$<$<BOOL:${PLATFORM_DESKTOP}>:Qt6::Core>
|
||||
$<$<BOOL:${PLATFORM_LINUX}>:Qt6::Network>
|
||||
$<$<BOOL:${PLATFORM_WIN}>:Qt6::Network>
|
||||
$<$<BOOL:${PLATFORM_WIN}>:shlwapi> # PathIsDirectoryEmptyA
|
||||
$<$<BOOL:${PLATFORM_MAC}>:
|
||||
-framework\ Foundation
|
||||
-framework\ SystemConfiguration
|
||||
|
||||
Reference in New Issue
Block a user