1
0
forked from Yadciel/c_tray

Adding install target for the tray library

This commit is contained in:
Dmitry Mikushin
2022-02-19 15:51:47 +01:00
parent 9c2c37d31d
commit 6da6d9d0ff

View File

@@ -62,6 +62,8 @@ if(UNIX)
endif()
endif()
INSTALL(TARGETS tray DESTINATION lib)
IF(NOT WIN32)
INSTALL(FILES tray.h DESTINATION include)
ENDIF()