diff options
Diffstat (limited to 'twin4/CMakeLists.txt')
-rw-r--r-- | twin4/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/twin4/CMakeLists.txt b/twin4/CMakeLists.txt new file mode 100644 index 00000000..64dd715c --- /dev/null +++ b/twin4/CMakeLists.txt @@ -0,0 +1,15 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( twin4 ) +add_subdirectory( grafix ) + +##### icons ##################################### + +tde_install_icons( twin4 ) + + +##### other data ################################ + +install( FILES twin4.desktop + DESTINATION ${XDG_APPS_INSTALL_DIR} +) |