mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
Fix portselectordialog sources only in win32
This commit is contained in:
+2
-2
@@ -547,14 +547,14 @@ IF (USE_HAMLIB)
|
||||
)
|
||||
SET (cubicsdr_sources
|
||||
${cubicsdr_sources}
|
||||
src/forms/Dialog/PortSelectorDialogBase.cpp
|
||||
src/forms/Dialog/PortSelectorDialog.cpp
|
||||
src/rig/RigThread.cpp
|
||||
)
|
||||
|
||||
IF(WIN32)
|
||||
SET (cubicsdr_sources
|
||||
${cubicsdr_sources}
|
||||
src/forms/Dialog/PortSelectorDialogBase.cpp
|
||||
src/forms/Dialog/PortSelectorDialog.cpp
|
||||
external/rs232/rs232-win.cpp
|
||||
)
|
||||
ELSE()
|
||||
|
||||
Reference in New Issue
Block a user