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

0001 set(FileSystem_SRCS
0002     defaultfilesystem.cpp
0003     dirlisterinterface.cpp
0004     fileitem.cpp
0005     filesystem.cpp
0006     filesystemprovider.cpp
0007     krpermhandler.cpp
0008     krquery.cpp
0009     krtrashhandler.cpp
0010     sizecalculator.cpp
0011     virtualfilesystem.cpp
0012 )
0013 
0014 add_library(FileSystem STATIC ${FileSystem_SRCS})
0015 
0016 target_link_libraries(FileSystem
0017     KF5::I18n
0018     KF5::KIOCore
0019     KF5::KIOWidgets
0020 )
0021 
0022 if(ACL_FOUND)
0023     target_link_libraries(FileSystem ${ACL_LIBS})
0024 endif(ACL_FOUND)