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
586 B
22 lines
586 B
#################################################
|
|
#
|
|
# (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 )
|