1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-26 06:46:34 -04:00

Debian build fixes

This commit is contained in:
f4exb 2019-05-11 01:42:33 +02:00
parent 4b665876f2
commit 3930899520

View File

@ -20,7 +20,6 @@ set(localsource_HEADERS
include_directories(
.
${CMAKE_CURRENT_BINARY_DIR}
${CM256CC_INCLUDE_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
)
@ -36,7 +35,6 @@ add_library(localsourcesrv SHARED
target_link_libraries(localsourcesrv
${QT_LIBRARIES}
${CM256CC_LIBRARIES}
sdrbase
swagger
)