mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-26 01:34:43 +01:00
Fixed wrong sdprlay lib name for linux 2
This commit is contained in:
parent
a6ce43ba71
commit
79df475c9d
@ -24,11 +24,7 @@ if (MSVC)
|
|||||||
else (MSVC)
|
else (MSVC)
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
|
|
||||||
pkg_check_modules(LIBSDRPLAY REQUIRED libsdrplay_api)
|
target_link_libraries(sdrplay_source sdrplay_api)
|
||||||
|
|
||||||
target_include_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_INCLUDE_DIRS})
|
|
||||||
target_link_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARY_DIRS})
|
|
||||||
target_link_libraries(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARIES})
|
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
# Install directives
|
# Install directives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user