diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:47:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:47:55 -0600 |
commit | e7e66b68270eba3cc09f415f38d5f6d4a42b2aae (patch) | |
tree | 3bbfc0c16f9d9576890090a299d71d9e44c74349 /CMakeLists.txt | |
parent | 9b34744375ca3609976f21159638d1fefb68c982 (diff) | |
download | tdeartwork-e7e66b68270eba3cc09f415f38d5f6d4a42b2aae.tar.gz tdeartwork-e7e66b68270eba3cc09f415f38d5f6d4a42b2aae.zip |
Additional renaming of kde to tde
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e05167be..38b57a91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,9 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### -project( kdeartwork ) +project( tdeartwork ) -set( PACKAGE kdeartwork ) +set( PACKAGE tdeartwork ) set( VERSION "3.5.13" ) @@ -74,7 +74,7 @@ set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" ) set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) -##### kdenetwork directories #################### +##### tdenetwork directories #################### tde_conditional_add_subdirectory( BUILD_EMOTICONS emoticons ) tde_conditional_add_subdirectory( BUILD_ICEWM_THEMES icewm-themes ) |