mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
8 lines
282 B
CMake
8 lines
282 B
CMake
configure_file(
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hotshot2calltree.cmake
|
|
${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree
|
|
)
|
|
|
|
install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree
|
|
op2calltree pprof2calltree dprof2calltree memprof2calltree
|
|
DESTINATION ${KDE4_BIN_INSTALL_DIR} )
|