From: José Fonseca Date: Tue, 29 Nov 2011 00:22:41 +0000 (+0000) Subject: Install snapdiff.py as well. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=97a199dc1340c4afa0c16cd608289c41655deb66;p=apitrace Install snapdiff.py as well. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c0f2f5..98a8e9d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -575,8 +575,13 @@ add_subdirectory(cli) ############################################################################## # Scripts (to support the CLI) -install (PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/tracediff.sh DESTINATION ${LIB_INSTALL_DIR}/scripts) -install (PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/jsondiff.py DESTINATION ${LIB_INSTALL_DIR}/scripts) +install ( + PROGRAMS + ${CMAKE_CURRENT_SOURCE_DIR}/scripts/tracediff.sh + ${CMAKE_CURRENT_SOURCE_DIR}/scripts/jsondiff.py + ${CMAKE_CURRENT_SOURCE_DIR}/scripts/snapdiff.py + DESTINATION ${SCRIPTS_INSTALL_DIR} +) ############################################################################## # GUI