Warning, /utilities/krusader/plugins/iso/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(FindZLIB)
0002 
0003 include(libisofs/CMakeLists.txt)
0004 
0005 set(kio_iso_PART_SRCS
0006     kisodirectory.cpp
0007     kisofile.cpp
0008     qfilehack.cpp
0009     kiso.cpp
0010     iso.cpp
0011     ../../app/krdebuglogger.cpp
0012 )
0013 
0014 kcoreaddons_add_plugin(kio_iso SOURCES ${kio_iso_PART_SRCS} ${libisofs_SRCS} INSTALL_NAMESPACE "kf5/kio")
0015 
0016 #this is a library so it needs to enforce it's translation domain, not use the application's domain.
0017 add_definitions(-DTRANSLATION_DOMAIN="krusader")
0018 
0019 target_link_libraries(kio_iso
0020     KF5::Archive
0021     KF5::ConfigCore
0022     KF5::KIOCore
0023     ${ZLIB_LIBRARY}
0024 )
0025 
0026 install(FILES kio_isorc DESTINATION ${KDE_INSTALL_CONFDIR})