From 0740e402e0cfbbfad0481fc0db4fdda8e53cfbe1 Mon Sep 17 00:00:00 2001 From: Petr Orlov Date: Wed, 27 Apr 2016 23:07:55 +0300 Subject: [PATCH] add static library intallation --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bf6030..fc17aff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,9 @@ endif() # Install the dynamic library to /usr/lib[64] install(TARGETS redox DESTINATION lib${LIB_SUFFIX}) +# Install the static library to /usr/lib[64] +install(TARGETS redox_static DESTINATION lib${LIB_SUFFIX}) + # Install the headers into /usr/include/redox install(FILES ${INC_REDOX_CORE} DESTINATION include/redox) install(FILES ${INC_REDOX_UTILS} DESTINATION include/redox/utils) -- libgit2 0.21.4