blob: e12f2f1fae066ac6d8f7763197029eb054665412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#################################################
#
# (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( kcachegrind.spec.in kcachegrind.spec @ONLY )
configure_file( kcachegrind.lsm.in kcachegrind.lsm @ONLY )
add_subdirectory( kcachegrind )
add_subdirectory( pics )
add_subdirectory( converters )
|