Move to SDRplay API v3.15.1

This commit is contained in:
30hours 2024-05-27 12:12:40 +00:00
parent f83d4436ee
commit 9b5040ff3f
4 changed files with 1702 additions and 1546 deletions

View file

@ -34,7 +34,7 @@ include_directories(src ${UHD_INCLUDE_DIRS})
# TODO: create FindSdrplay.cmake for this
add_library(sdrplay /usr/local/include/sdrplay_api.h)
set_target_properties(sdrplay PROPERTIES LINKER_LANGUAGE C)
target_link_libraries(sdrplay PUBLIC /usr/local/lib/libsdrplay_api.so.3.14)
target_link_libraries(sdrplay PUBLIC /usr/local/lib/libsdrplay_api.so.3.15)
# TODO: Move to separate src/CMakeLists.txt
add_executable(blah2

View file

@ -28,8 +28,8 @@ RUN export PATH="/opt/vcpkg:${PATH}" \
# install SDRplay API
RUN export ARCH=$(uname -m) \
&& export MAJVER="3.14" \
&& export MINVER="0" \
&& export MAJVER="3.15" \
&& export MINVER="1" \
&& export VER=${MAJVER}.${MINVER} \
&& cd /blah2/lib/sdrplay-${VER} \
&& chmod +x SDRplay_RSP_API-Linux-${VER}.run \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff