audioutils/fmsynth: Fix CMakeLists.txt
Fix a configuration name used in CMakeLists.txt.
This commit is contained in:
parent
2e5a269e7f
commit
8cd8866d87
@ -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)
|
target_sources(apps PRIVATE fmsynth.c fmsynth_eg.c fmsynth_op.c)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user