mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
USRP input: corrected plugin library name
This commit is contained in:
parent
cb5ffaa47b
commit
d0300ef76f
@ -38,12 +38,12 @@ if(NOT SERVER_MODE)
|
||||
usrpinputgui.h
|
||||
)
|
||||
|
||||
set(TARGET_NAME inputlusrp)
|
||||
set(TARGET_NAME inputusrp)
|
||||
set(TARGET_LIB "Qt5::Widgets")
|
||||
set(TARGET_LIB_GUI "sdrgui")
|
||||
set(INSTALL_FOLDER ${INSTALL_PLUGINS_DIR})
|
||||
else()
|
||||
set(TARGET_NAME inputlusrpsrv)
|
||||
set(TARGET_NAME inputusrpsrv)
|
||||
set(TARGET_LIB "")
|
||||
set(TARGET_LIB_GUI "")
|
||||
set(INSTALL_FOLDER ${INSTALL_PLUGINSSRV_DIR})
|
||||
|
Loading…
Reference in New Issue
Block a user