From c7ecaccb47f699a0872427199b3b875c6e5e074d Mon Sep 17 00:00:00 2001 From: Ivan Sokolov Date: Thu, 4 Sep 2025 23:03:59 +0300 Subject: [PATCH] Add install to CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b438578..56c1947 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,5 @@ set_target_properties(libprov PROPERTIES OUTPUT_NAME "prov") target_include_directories(libprov PUBLIC include) target_include_directories(libprov PRIVATE ${OPENSSL_INCLUDE_DIR}) + +install(TARGETS libprov)