mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Fixed wrong sdprlay lib name for linxu
This commit is contained in:
@ -24,7 +24,7 @@ if (MSVC)
|
||||
else (MSVC)
|
||||
find_package(PkgConfig)
|
||||
|
||||
pkg_check_modules(LIBSDRPLAY REQUIRED libsdrplay)
|
||||
pkg_check_modules(LIBSDRPLAY REQUIRED libsdrplay_api)
|
||||
|
||||
target_include_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_INCLUDE_DIRS})
|
||||
target_link_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARY_DIRS})
|
||||
|
Reference in New Issue
Block a user