Warning, /graphics/kxstitch/library/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 file(GLOB _library "*")
0002 foreach(ITEM ${_library})
0003     if(IS_DIRECTORY "${ITEM}")
0004         list(APPEND _libraries "${ITEM}")
0005     endif()
0006 endforeach()
0007 install(DIRECTORY ${_libraries} DESTINATION ${KDE_INSTALL_DATADIR}/kxstitch/library)