diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:21 +0200 |
commit | 5cc26ceed345bb95cb1defab204b631cb79319de (patch) | |
tree | 9c80b1750fe99cb93f51a1724a6f32daa53f30fe /tdecachegrind/CMakeLists.txt | |
parent | 412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff) | |
download | tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdecachegrind/CMakeLists.txt')
-rw-r--r-- | tdecachegrind/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecachegrind/CMakeLists.txt b/tdecachegrind/CMakeLists.txt index 8c2da806..1197869f 100644 --- a/tdecachegrind/CMakeLists.txt +++ b/tdecachegrind/CMakeLists.txt @@ -11,10 +11,10 @@ include( ConfigureChecks.cmake ) -set( KCACHEGRIND_VERSION "0.4.6kde" ) +set( TDECACHEGRIND_VERSION "0.4.6kde" ) configure_file( version.h.in version.h @ONLY ) -configure_file( tdecachegrind.spec.in kcachegrind.spec @ONLY ) -configure_file( tdecachegrind.lsm.in kcachegrind.lsm @ONLY ) +configure_file( tdecachegrind.spec.in tdecachegrind.spec @ONLY ) +configure_file( tdecachegrind.lsm.in tdecachegrind.lsm @ONLY ) add_subdirectory( tdecachegrind ) add_subdirectory( pics ) |