mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 16:54:45 +01:00
Fixed wrong sdprlay lib name for linux 3
This commit is contained in:
parent
79df475c9d
commit
eaae856a37
@ -24,7 +24,7 @@ if (MSVC)
|
|||||||
else (MSVC)
|
else (MSVC)
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
|
|
||||||
target_link_libraries(sdrplay_source sdrplay_api)
|
link_libraries(sdrplay_api)
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
# Install directives
|
# Install directives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user