diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 21:50:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 21:50:33 -0600 |
commit | 0b6057404f65218182ab27a9483a21065ef61fca (patch) | |
tree | b8b06dfa2deb965bebfbe131a772124e3e693a96 /kwin/CMakeLists.txt | |
parent | 43d99cc2477266cb9072e179137f0e8485370b3d (diff) | |
download | tdebase-0b6057404f65218182ab27a9483a21065ef61fca.tar.gz tdebase-0b6057404f65218182ab27a9483a21065ef61fca.zip |
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'kwin/CMakeLists.txt')
-rw-r--r-- | kwin/CMakeLists.txt | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/kwin/CMakeLists.txt b/kwin/CMakeLists.txt deleted file mode 100644 index cfdcf5e18..000000000 --- a/kwin/CMakeLists.txt +++ /dev/null @@ -1,69 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -project( twin ) - -add_subdirectory( lib ) -add_subdirectory( killer ) -add_subdirectory( kcmtwin ) -add_subdirectory( pics ) -add_subdirectory( clients ) -add_subdirectory( oldheaders ) -add_subdirectory( data ) -tde_conditional_add_subdirectory( WITH_XCOMPOSITE kompmgr ) - - -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_CURRENT_SOURCE_DIR}/lib - ${TDE_INCLUDE_DIR} - ${TQT_INCLUDE_DIRS} -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - - -##### headers ################################### - -install( FILES KWinInterface.h DESTINATION ${INCLUDE_INSTALL_DIR} ) - - -##### other data ################################ - -tde_install_icons( twin ) -install( FILES eventsrc DESTINATION ${DATA_INSTALL_DIR}/twin ) -install( FILES twin.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) - - -##### twin (tdeinit) ############################ - -set( target twin ) - -set( ${target}_SRCS - workspace.cpp client.cpp placement.cpp atoms.cpp - utils.cpp layers.cpp main.cpp popupinfo.cpp tabbox.cpp - options.cpp plugins.cpp events.cpp KWinInterface.skel - killwindow.cpp geometrytip.cpp sm.cpp group.cpp bridge.cpp - manage.cpp notifications.cpp activation.cpp useractions.cpp - geometry.cpp rules.cpp -) - -tde_add_tdeinit_executable( ${target} AUTOMOC - SOURCES ${${target}_SRCS} - LINK tdecorations-shared tdeui-shared Xext -) - -##### install import cmake modules ############### - -tde_install_export( ) - |