mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Perseus server: added libusb include and lib
This commit is contained in:
parent
da82954e74
commit
af32260b51
@ -11,6 +11,7 @@ set(perseusdevice_HEADERS
|
||||
)
|
||||
|
||||
include_directories(
|
||||
${LIBUSB_INCLUDE_DIR}
|
||||
${LIBPERSEUS_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
@ -22,6 +23,7 @@ set_target_properties(perseusdevice
|
||||
PROPERTIES DEFINE_SYMBOL "devices_EXPORTS")
|
||||
|
||||
target_link_libraries(perseusdevice
|
||||
${LIBUSB_LIBRARIES}
|
||||
${LIBPERSEUS_LIBRARIES}
|
||||
sdrbase
|
||||
)
|
||||
|
@ -17,6 +17,7 @@ set(perseus_HEADERS
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
|
||||
${CMAKE_SOURCE_DIR}/devices
|
||||
${LIBUSB_INCLUDE_DIR}
|
||||
${LIBPERSEUS_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
@ -53,6 +54,7 @@ target_link_libraries(${TARGET_NAME}
|
||||
sdrbase
|
||||
${TARGET_LIB_GUI}
|
||||
swagger
|
||||
${LIBUSB_LIBRARIES}
|
||||
${LIBPERSEUS_LIBRARIES}
|
||||
perseusdevice
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user