-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
.visualgdb/CodeDB/SoapyHifiBerry-Release-VisualGDB/GlobalFileTable.000
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.visualgdb/CodeDB/SoapyHifiBerry-Release-VisualGDB/GlobalFileTable.001
Binary file not shown.
Binary file modified
BIN
+616 KB
(160%)
.visualgdb/CodeDB/SoapyHifiBerry-Release-VisualGDB/SoapyHifiBerryStreaming.rdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This file was last opened by PID 21544 | ||
This file was last opened by PID 22248 |
Binary file modified
BIN
+1.33 MB
(120%)
.visualgdb/CodeDB/SoapyHifiBerry-Release-VisualGDB/tmp00000001.npa00
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#Generated by VisualGDB project wizard. | ||
#Note: VisualGDB will automatically update this file when you add new sources to the project. | ||
|
||
cmake_minimum_required(VERSION 2.7) | ||
project(SoapyHifiBerry) | ||
set(LIBRARIES_FROM_REFERENCES -lpthread -lSoapySDR -lliquid -lasound) | ||
add_library(SoapyHifiBerry SHARED SoapyHifiBerry.cpp AudioInput.cpp AudioOutput.cpp configfile.cpp configoption.cpp RtAudio.cpp si5351.cpp SoapyHifiBerrySettings.cpp SoapyHifiBerryStreaming.cpp strlib.cpp Audiodefs.h AudioInput.h AudioOutput.h configfile.h configoption.h DataBuffer.h RtAudio.h si5351.h SoapyHifiBerry.h strlib.h) | ||
target_compile_definitions(SoapyHifiBerry PRIVATE __LINUX_ALSA__) | ||
target_compile_options(SoapyHifiBerry PRIVATE) | ||
set_property(TARGET SoapyHifiBerry PROPERTY CXX_STANDARD 17) | ||
target_link_libraries(SoapyHifiBerry "${LIBRARIES_FROM_REFERENCES}") | ||
install(TARGETS SoapyHifiBerry DESTINATION /usr/local/lib/arm-linux-gnueabihf/SoapySDR/modules0.8/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters