mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-07 07:37:48 -04:00
XTRX output: added missing file in cmake file
This commit is contained in:
parent
76711c1d03
commit
6398f4dd42
@ -5,6 +5,7 @@ set(xtrxoutput_SOURCES
|
|||||||
xtrxoutputplugin.cpp
|
xtrxoutputplugin.cpp
|
||||||
xtrxoutputsettings.cpp
|
xtrxoutputsettings.cpp
|
||||||
xtrxoutputthread.cpp
|
xtrxoutputthread.cpp
|
||||||
|
xtrxoutputwebapiadapter.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(xtrxoutput_HEADERS
|
set(xtrxoutput_HEADERS
|
||||||
@ -12,6 +13,7 @@ set(xtrxoutput_HEADERS
|
|||||||
xtrxoutputplugin.h
|
xtrxoutputplugin.h
|
||||||
xtrxoutputsettings.h
|
xtrxoutputsettings.h
|
||||||
xtrxoutputthread.h
|
xtrxoutputthread.h
|
||||||
|
xtrxoutputwebapiadapter.h
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
@ -24,7 +26,6 @@ if(NOT SERVER_MODE)
|
|||||||
set(xtrxoutput_SOURCES
|
set(xtrxoutput_SOURCES
|
||||||
${xtrxoutput_SOURCES}
|
${xtrxoutput_SOURCES}
|
||||||
xtrxoutputgui.cpp
|
xtrxoutputgui.cpp
|
||||||
|
|
||||||
xtrxoutputgui.ui
|
xtrxoutputgui.ui
|
||||||
)
|
)
|
||||||
set(xtrxoutput_HEADERS
|
set(xtrxoutput_HEADERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user