mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
soapysdr provides CMake targets:
|
|
|
|
find_package(SoapySDR CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE SoapySDR)
|
|
|
|
soapysdr provides pkg-config modules:
|
|
|
|
# Vendor and platform neutral SDR interface library.
|
|
SoapySDR
|