mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 13:21:50 -05:00
SDRdaemonSink: fixed cmake file for Debian
This commit is contained in:
parent
042368d04f
commit
ebe428e89a
@ -36,7 +36,7 @@ set(sdrdaemonsink_FORMS
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (BUILD_DEBIAN)
|
if (BUILD_DEBIAN)
|
||||||
target_include_directories(inputsdrdaemonfec PUBLIC
|
include_directories(
|
||||||
.
|
.
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
${LIBCM256CCSRC}
|
${LIBCM256CCSRC}
|
||||||
@ -65,7 +65,7 @@ add_library(outputsdrdaemonsink SHARED
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (BUILD_DEBIAN)
|
if (BUILD_DEBIAN)
|
||||||
target_link_libraries(inputsdrdaemonfec
|
target_link_libraries(outputsdrdaemonsink
|
||||||
${QT_LIBRARIES}
|
${QT_LIBRARIES}
|
||||||
sdrbase
|
sdrbase
|
||||||
cm256cc
|
cm256cc
|
||||||
|
Loading…
Reference in New Issue
Block a user