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

0001 set(fluidsynthsoundcontroller_PLUGIN_SRCS
0002     fluidsynthsoundcontroller.cpp
0003 )
0004 
0005 add_library(minuetfluidsynthsoundcontroller MODULE ${fluidsynthsoundcontroller_PLUGIN_SRCS})
0006 
0007 target_link_libraries(minuetfluidsynthsoundcontroller
0008     Qt::Core
0009     Minuet::Interfaces
0010     Minuet::Utils
0011     FluidSynth::FluidSynth
0012 )
0013 
0014 IF(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android")
0015     install(TARGETS minuetfluidsynthsoundcontroller DESTINATION ${KDE_INSTALL_PLUGINDIR}/minuet/)
0016     install(FILES GeneralUser-v1.47.sf2 DESTINATION ${KDE_INSTALL_DATADIR}/minuet/soundfonts)
0017 ENDIF(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android")