diff options
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 ) |