From 9416ea818961b36bbddd2ff6bb8862a908f20b25 Mon Sep 17 00:00:00 2001 From: Paul Breugnot Date: Thu, 20 Aug 2026 18:56:39 +0200 Subject: [PATCH] :package: CMake install rule --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index afdda79..ddeecac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,3 +46,5 @@ target_include_directories(aswm PUBLIC ${argparse_SOURCE_DIR}) target_link_libraries(aswm libaswm) add_subdirectory(test) + +install(TARGETS aswm)