diff options
author | gregory guy <[email protected]> | 2018-10-17 15:05:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-19 13:52:24 +0200 |
commit | e6f220567062d895782800c5f72472fbe0f4af5e (patch) | |
tree | 0b73d005b1647ea98a982f37081b356b0bbe8b4f | |
parent | fe871e3488b50f86afa132cff66719e4052330c3 (diff) | |
download | kbiff-e6f220567062d895782800c5f72472fbe0f4af5e.tar.gz kbiff-e6f220567062d895782800c5f72472fbe0f4af5e.zip |
some cleanup
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit efee40b0ac6fb5ed99978b56de0e34106922f940)
-rw-r--r-- | doc/CMakeLists.txt | 5 | ||||
-rw-r--r-- | kbiff/pics/CMakeLists.txt | 19 |
2 files changed, 3 insertions, 21 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index edfdf27..6d0aa9f 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,6 +1 @@ tde_auto_add_subdirectories( ) - -#add_subdirectory( de ) -#add_subdirectory( en ) -#add_subdirectory( es ) -#add_subdirectory( fr ) diff --git a/kbiff/pics/CMakeLists.txt b/kbiff/pics/CMakeLists.txt index 014a2af..e7d1781 100644 --- a/kbiff/pics/CMakeLists.txt +++ b/kbiff/pics/CMakeLists.txt @@ -1,19 +1,6 @@ -install( +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) - FILES - mini-newmail.png - mini-nomail.png - mini-oldmail.png - newmail.png - nomail.png - oldmail.png - mailbox.png - delete.png - playsound.png - mini-noconn.png - noconn.png - mini-stopped.png - stopped.png - +install( + FILES ${_pics} DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics ) |