mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 02:48:31 +01:00
Fixed wrong sdprlay lib name for linxu
This commit is contained in:
parent
9e0fee27ab
commit
a6ce43ba71
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user