1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Updated CMake files for QTEditor cmake style.

AudioOutput had previously stalled, mutex temporary removed(Q&D workaround, need for study OSX Audio Concurency).
Removed some part of code in DemodBFM for OSX compilations.
Code runs and was tested with HackRF.
Note: There is need have investigate two potencial problems(DemodBFM bug and AudioOutput deadlocking?).
This commit is contained in:
Ziga S
2016-06-29 10:00:38 +02:00
parent 0df3427a3a
commit 08602c661b
7 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ set(hackrf_FORMS
)
include_directories(
.
.
${CMAKE_CURRENT_BINARY_DIR}
${LIBHACKRF_INCLUDE_DIR}
)