diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-15 13:25:07 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-12-15 13:25:07 +0100 |
commit | 625c20b0685de093b108a892291225b4420aa684 (patch) | |
tree | c8b129b4d46e0a8c8074f83df1e87cb5c5f0da75 /icons | |
parent | c397dac9ff90061c144b52209509eab320599d02 (diff) | |
download | kplayer-625c20b0685de093b108a892291225b4420aa684.tar.gz kplayer-625c20b0685de093b108a892291225b4420aa684.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'icons')
-rw-r--r-- | icons/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..06df451 --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) |