mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Fixed depencies
This commit is contained in:
@ -19,10 +19,6 @@ endif ()
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(sdrpp_server_source PRIVATE wsock32 ws2_32)
|
||||
|
||||
# ZSTD
|
||||
find_package(zstd CONFIG REQUIRED)
|
||||
target_link_libraries(sdrpp_server_source PRIVATE zstd::libzstd_shared)
|
||||
endif()
|
||||
|
||||
# Install directives
|
||||
|
Reference in New Issue
Block a user