Warning, /utilities/kirogi/src/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 if (ANDROID) 0002 set(fileName ${CMAKE_BINARY_DIR}/kirogicore-android-dependencies.xml) 0003 file(WRITE "${fileName}" "<rules><dependencies><lib name='kirogicore'><depends>\n" 0004 "<bundled file='${KDE_INSTALL_PLUGINDIR}/kirogi/vehiclesupport' />\n" 0005 "<bundled file='${KDE_INSTALL_LIBDIR}/libQtZeroConf.so' />\n" 0006 "</depends></lib></dependencies></rules>\n") 0007 install(FILES ${fileName} DESTINATION ${KDE_INSTALL_LIBDIR}) 0008 endif() 0009 0010 add_subdirectory(mavlink) 0011 add_subdirectory(parrot) 0012 add_subdirectory(ryzetello)