Warning, /system/samba-mounter/src/helper/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_executable(samba_helper  sambahelper.cpp)
0003 target_link_libraries(samba_helper Qt5::Core KF5::Auth)
0004 install(TARGETS samba_helper DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
0005 
0006 kauth_install_helper_files(samba_helper org.kde.sambamounter root)
0007 kauth_install_actions(org.kde.sambamounter samba-mounter.actions)
0008 
0009 add_executable(samba-realmounter realmounter.cpp)
0010 target_link_libraries(samba-realmounter Qt5::Core)
0011 install(TARGETS samba-realmounter DESTINATION ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0012 
0013 add_executable(samba-realumounter realumounter.cpp)
0014 target_link_libraries(samba-realumounter Qt5::Core)
0015 install(TARGETS samba-realumounter DESTINATION ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})