Fixed CMakeLists.
All checks were successful
Build & Release / Linux-AMD64-Build (push) Successful in 13s
Build & Release / Linux-AARCH64-Build (push) Successful in 31s
Build & Release / Windows-AMD64-Build (push) Successful in 33s

This commit is contained in:
Karutoh 2025-03-29 00:34:38 -07:00
parent b683c928ee
commit 06803e4215

View File

@ -66,4 +66,4 @@ elseif (IS_OS_LINUX)
target_link_libraries(DeviceScanner PRIVATE z asound pipewire-0.3)
endif ()
target_link_libraries(DeviceScanner PRIVATE OpenSSL::SSL OpenSSL::Crypto ZLIB::ZLIB EHS_Stc)
target_link_libraries(DeviceScanner PRIVATE EHS_Stc OpenSSL::SSL OpenSSL::Crypto ZLIB::ZLIB)