mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 12:18:37 -05:00
Fix portselectordialog sources only in win32
This commit is contained in:
parent
0cf09d1f5d
commit
0e838327fe
@ -547,14 +547,14 @@ IF (USE_HAMLIB)
|
|||||||
)
|
)
|
||||||
SET (cubicsdr_sources
|
SET (cubicsdr_sources
|
||||||
${cubicsdr_sources}
|
${cubicsdr_sources}
|
||||||
|
src/forms/Dialog/PortSelectorDialogBase.cpp
|
||||||
|
src/forms/Dialog/PortSelectorDialog.cpp
|
||||||
src/rig/RigThread.cpp
|
src/rig/RigThread.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
SET (cubicsdr_sources
|
SET (cubicsdr_sources
|
||||||
${cubicsdr_sources}
|
${cubicsdr_sources}
|
||||||
src/forms/Dialog/PortSelectorDialogBase.cpp
|
|
||||||
src/forms/Dialog/PortSelectorDialog.cpp
|
|
||||||
external/rs232/rs232-win.cpp
|
external/rs232/rs232-win.cpp
|
||||||
)
|
)
|
||||||
ELSE()
|
ELSE()
|
||||||
|
Loading…
Reference in New Issue
Block a user