From c70db62d3671e524d23ac974d296eb218159b000 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 25 Feb 2016 06:23:55 +0300 Subject: Initial cmake conversion --- twin4/CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 twin4/CMakeLists.txt (limited to 'twin4/CMakeLists.txt') 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} +) -- cgit v1.2.1