mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-24 11:02:53 +00:00
9 lines
409 B
CMake
9 lines
409 B
CMake
add_subdirectory(applications)
|
|
add_subdirectory(kdeaccessibility)
|
|
add_subdirectory(kdelibs)
|
|
add_subdirectory(kde-workspace)
|
|
add_subdirectory(kde-extraapps)
|
|
add_subdirectory(qt)
|
|
install(FILES charset DESTINATION ${LOCALE_INSTALL_DIR}/${CURRENT_LANG}/ )
|
|
install(FILES entry.desktop DESTINATION ${LOCALE_INSTALL_DIR}/${CURRENT_LANG}/ )
|
|
install(FILES flag.png DESTINATION ${LOCALE_INSTALL_DIR}/${CURRENT_LANG}/ )
|