summaryrefslogtreecommitdiff
path: root/verify
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2008-12-18 22:46:16 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2008-12-18 22:46:16 -0700
commitd91b26ffdc375b12027a25c9b7c7847482633a74 (patch)
tree1cc1f692bcecca126f9f7a001c04996466cce639 /verify
parent251b6d1c438f5a23618be718f03ca66f9c5cd9d1 (diff)
downloadyajl-d91b26ffdc375b12027a25c9b7c7847482633a74.tar.gz
add install targets for binaries 'json_verify' and 'json_reformat', add top level 'make install' handling.
Diffstat (limited to 'verify')
-rw-r--r--verify/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/verify/CMakeLists.txt b/verify/CMakeLists.txt
index 987b7eb..4013663 100644
--- a/verify/CMakeLists.txt
+++ b/verify/CMakeLists.txt
@@ -49,3 +49,5 @@ GET_TARGET_PROPERTY(binPath json_verify LOCATION)
ADD_CUSTOM_COMMAND(TARGET json_verify POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${binPath} ${binDir})
+
+INSTALL(TARGETS json_verify RUNTIME DESTINATION bin)