mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-09 07:19:53 +02:00
Fixed wrong sdprlay lib name for linxu
This commit is contained in:
@@ -24,7 +24,7 @@ if (MSVC)
|
|||||||
else (MSVC)
|
else (MSVC)
|
||||||
find_package(PkgConfig)
|
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_include_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_INCLUDE_DIRS})
|
||||||
target_link_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARY_DIRS})
|
target_link_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARY_DIRS})
|
||||||
|
Reference in New Issue
Block a user