mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
audioutils/fmsynth: Fix CMakeLists.txt
Fix a configuration name used in CMakeLists.txt.
This commit is contained in:
parent
2e5a269e7f
commit
8cd8866d87
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue