mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-12 12:05:23 +02:00
compression
This commit is contained in:
@ -71,6 +71,10 @@ if (MSVC)
|
||||
# WinSock2
|
||||
target_link_libraries(sdrpp_core PUBLIC wsock32 ws2_32)
|
||||
|
||||
# ZSTD
|
||||
find_package(zstd CONFIG REQUIRED)
|
||||
target_link_libraries(sdrpp_core PRIVATE zstd::libzstd_shared)
|
||||
|
||||
else()
|
||||
find_package(PkgConfig)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
Reference in New Issue
Block a user