diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2016-11-20 10:49:26 +0000 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2016-11-20 21:10:53 +0000 |
commit | 7cfd25c0784fedfde7d2e8eaf0064437d6a0814b (patch) | |
tree | 35bc5119da4b9bb5b41683ed749e52bba9311a1d /runtime | |
parent | af0594f057f4fde2c7a8a5583949301abaa241ac (diff) | |
download | klee-7cfd25c0784fedfde7d2e8eaf0064437d6a0814b.tar.gz |
[CMake] Implement install of the kleeRuntest target.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Runtest/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Runtest/CMakeLists.txt b/runtime/Runtest/CMakeLists.txt index dd455861..9ae185ee 100644 --- a/runtime/Runtest/CMakeLists.txt +++ b/runtime/Runtest/CMakeLists.txt @@ -20,3 +20,6 @@ set_target_properties(kleeRuntest VERSION ${KLEE_RUNTEST_VERSION} SOVERSION ${KLEE_RUNTEST_VERSION} ) + +install(TARGETS kleeRuntest + DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}") |