From 7e80bbd02c07f410c5d01d0983836bb0e22b5900 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 22 Feb 2023 21:45:19 +0100 Subject: [PATCH] added missing rigctl client --- CMakeLists.txt | 2 +- make_windows_package.ps1 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9c3f816..3034fc0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ option(OPT_BUILD_WEATHER_SAT_DECODER "Build the HRPT decoder module (no dependen option(OPT_BUILD_DISCORD_PRESENCE "Build the Discord Rich Presence module" ON) option(OPT_BUILD_FREQUENCY_MANAGER "Build the Frequency Manager module" ON) option(OPT_BUILD_RECORDER "Audio and baseband recorder" ON) -option(OPT_BUILD_RIGCTL_CLIENT "Rigctl client to make SDR++ act as a panadapter" OFF) +option(OPT_BUILD_RIGCTL_CLIENT "Rigctl client to make SDR++ act as a panadapter" ON) option(OPT_BUILD_RIGCTL_SERVER "Rigctl backend for controlling SDR++ with software like gpredict" ON) option(OPT_BUILD_SCANNER "Frequency scanner" ON) option(OPT_BUILD_SCHEDULER "Build the scheduler" OFF) diff --git a/make_windows_package.ps1 b/make_windows_package.ps1 index 56467daf..44fdad4e 100644 --- a/make_windows_package.ps1 +++ b/make_windows_package.ps1 @@ -78,6 +78,8 @@ cp $build_dir/misc_modules/frequency_manager/Release/frequency_manager.dll sdrpp cp $build_dir/misc_modules/recorder/Release/recorder.dll sdrpp_windows_x64/modules/ +cp $build_dir/misc_modules/rigctl_client/Release/rigctl_client.dll sdrpp_windows_x64/modules/ + cp $build_dir/misc_modules/rigctl_server/Release/rigctl_server.dll sdrpp_windows_x64/modules/ cp $build_dir/misc_modules/scanner/Release/scanner.dll sdrpp_windows_x64/modules/