Skip to content
Snippets Groups Projects
CMakeLists.txt 592 B
Newer Older
  • Learn to ignore specific revisions
  • moon2's avatar
    moon2 committed
    #SPDX-License-Identifier: CC0-1.0
    
    
    idf_component_register(
        SRCS
            bl00mbox.c
    
    moon2's avatar
    moon2 committed
            bl00mbox_audio.c
            bl00mbox_user.c
            bl00mbox_plugin_registry.c
            bl00mbox_radspa_requirements.c
    
    moon2's avatar
    moon2 committed
            plugins/osc_fm.c
            plugins/env_adsr.c
    
    moon2's avatar
    moon2 committed
            plugins/ampliverter.c
            plugins/sampler.c
            plugins/delay.c
    
    moon2's avatar
    moon2 committed
            plugins/flanger.c
    
    moon2's avatar
    moon2 committed
            plugins/sequencer.c
    
    moon2's avatar
    moon2 committed
            plugins/noise.c
    
    moon2's avatar
    moon2 committed
            radspa/radspa_helpers.c
    
    moon2's avatar
    moon2 committed
            extern/xoroshiro64star.c
    
        INCLUDE_DIRS
            include
    
    moon2's avatar
    moon2 committed
            plugins
            radspa
    
    moon2's avatar
    moon2 committed
            extern