From e35f3fe53cd8df85d4fd04e49dfffbaeac971cdf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 21:50:31 -0600 Subject: Rename kwin to twin (Part 2 of 2) --- twin-styles/system/CMakeLists.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 twin-styles/system/CMakeLists.txt (limited to 'twin-styles/system/CMakeLists.txt') diff --git a/twin-styles/system/CMakeLists.txt b/twin-styles/system/CMakeLists.txt new file mode 100644 index 00000000..09a3a966 --- /dev/null +++ b/twin-styles/system/CMakeLists.txt @@ -0,0 +1,32 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + +##### other data ################################ + +install( FILES system.desktop DESTINATION ${DATA_INSTALL_DIR}/twin ) + +##### twin3_system ############################### + +tde_add_kpart( twin3_system AUTOMOC + SOURCES systemclient.cpp + LINK tdecorations-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) -- cgit v1.2.1