From 6da6d9d0ff3858d36532127390ad6ce80fa8629b Mon Sep 17 00:00:00 2001 From: Dmitry Mikushin Date: Sat, 19 Feb 2022 15:51:47 +0100 Subject: [PATCH] Adding install target for the tray library --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51e1248..d12aa61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,8 @@ if(UNIX) endif() endif() +INSTALL(TARGETS tray DESTINATION lib) + IF(NOT WIN32) INSTALL(FILES tray.h DESTINATION include) ENDIF()