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