Some CMakeList were missing!

This commit is contained in:
jaime 2009-12-30 16:19:14 +00:00
parent 74cd1253ed
commit a6f69543dc
2 changed files with 7 additions and 0 deletions

1
icons/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
kde4_install_icons( ${ICON_INSTALL_DIR} )

6
po/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
find_package(MSGFMT)
if(MSGFMT_FOUND)
file(GLOB PO_FILES *.po)
add_translations(klog ${PO_FILES})
endif(MSGFMT_FOUND)