From e70eb0c1a682fba1cba4f10f9c0565dff6d2b6b0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 01:43:47 +0300 Subject: cmake: add install() rules --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 928e49a..065571c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,3 +29,6 @@ if(MINGW) NTDDI_VERSION=NTDDI_VISTA _WIN32_WINNT=_WIN32_WINNT_VISTA) endif() + +install(TARGETS privilege_check RUNTIME DESTINATION bin) +install(FILES README.md LICENSE.txt DESTINATION share) -- cgit v1.2.3