You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
592 B
22 lines
592 B
13 years ago
|
#################################################
|
||
|
#
|
||
|
# (C) 2012 Serghei Amelian
|
||
|
# serghei (DOT) amelian (AT) gmail.com
|
||
|
#
|
||
|
# Improvements and feedback are welcome
|
||
|
#
|
||
|
# This file is released under GPL >= 2
|
||
|
#
|
||
|
#################################################
|
||
|
|
||
|
include( ConfigureChecks.cmake )
|
||
|
|
||
|
set( KCACHEGRIND_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 )
|
||
|
|
||
|
add_subdirectory( tdecachegrind )
|
||
|
add_subdirectory( pics )
|
||
|
add_subdirectory( converters )
|