mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-12 11:26:11 -05:00
Debian build fixes
This commit is contained in:
parent
4b665876f2
commit
3930899520
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user