1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Revert "Fixed build with hidapi"

This reverts commit 97fc4bf2da.
This commit is contained in:
f4exb
2022-03-05 22:59:18 +01:00
parent 97fc4bf2da
commit 48040a3edd
6 changed files with 17 additions and 256 deletions
@@ -17,8 +17,7 @@ set(fcdproplus_HEADERS
)
include_directories(
${HIDAPI_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/fcdhid
${CMAKE_SOURCE_DIR}/fcdlib
)
@@ -27,6 +26,7 @@ if(NOT SERVER_MODE)
set(fcdproplus_SOURCES
${fcdproplus_SOURCES}
fcdproplusgui.cpp
fcdproplusgui.ui
)
set(fcdproplus_HEADERS
@@ -50,14 +50,13 @@ add_library(${TARGET_NAME} SHARED
)
target_link_libraries(${TARGET_NAME}
${HIDAPI_LIBRARIES}
Qt5::Core
${TARGET_LIB}
Qt5::Core
${TARGET_LIB}
sdrbase
${TARGET_LIB_GUI}
swagger
fcdhid
fcdlib
swagger
fcdhid
fcdlib
)
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})