mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-12 21:42:51 +01:00
Fixed wrong sdprlay lib name for linux 4
This commit is contained in:
parent
eaae856a37
commit
38acf81a76
@ -24,7 +24,7 @@ if (MSVC)
|
|||||||
else (MSVC)
|
else (MSVC)
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
|
|
||||||
link_libraries(sdrplay_api)
|
target_link_libraries(sdrplay_source PRIVATE sdrplay_api)
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
# Install directives
|
# Install directives
|
||||||
|
Loading…
Reference in New Issue
Block a user