Fixes for Archlinux

This commit is contained in:
AlexandreRouma
2021-10-28 10:05:31 +02:00
parent a11b74a595
commit 312c80b355
2 changed files with 20 additions and 6 deletions

View File

@@ -44,6 +44,9 @@ option(OPT_BUILD_FREQUENCY_MANAGER "Build the Frequency Manager module" ON)
option(OPT_BUILD_RECORDER "Audio and baseband recorder" ON)
option(OPT_BUILD_RIGCTL_SERVER "Rigctl backend for controlling SDR++ with software like gpredict" ON)
# Other options
option(USE_INTERNAL_LIBCORRECT "Use an external version of libcorrect" ON)
# Core of SDR++
add_subdirectory("core")