Warning, /education/minuet/src/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android")
0002     if(FluidSynth_FOUND)
0003         add_subdirectory(fluidsynthsoundcontroller)
0004     endif()
0005 else()
0006     add_subdirectory(csoundsoundcontroller)
0007 endif()