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()