aboutsummaryrefslogtreecommitdiffhomepage
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Runtest/CMakeLists.txt3
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}")