audioutils/fmsynth: Fix CMakeLists.txt

Fix a configuration name used in CMakeLists.txt.
This commit is contained in:
SPRESENSE 2024-06-25 20:15:38 +09:00 committed by Xiang Xiao
parent 2e5a269e7f
commit 8cd8866d87

View File

@ -18,6 +18,6 @@
#
# ##############################################################################
if(CONFIG_AUDIOUTILS_MMLPARSER_LIB)
if(CONFIG_AUDIOUTILS_FMSYNTH_LIB)
target_sources(apps PRIVATE fmsynth.c fmsynth_eg.c fmsynth_op.c)
endif()