mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Move to SDRplay API v3.15.1
This commit is contained in:
parent
f83d4436ee
commit
9b5040ff3f
4 changed files with 1702 additions and 1546 deletions
|
@ -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
|
||||
|
|
|
@ -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
1699
lib/sdrplay-3.15.1/SDRplay_RSP_API-Linux-3.15.1.run
Normal file
1699
lib/sdrplay-3.15.1/SDRplay_RSP_API-Linux-3.15.1.run
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue