add a line to install the .desktop file under /usr/share/applications/

This commit is contained in:
Isaac Connor 2017-04-26 15:21:58 -04:00
parent e39a757c46
commit 3f708c1a1b
1 changed files with 2 additions and 0 deletions

View File

@ -749,3 +749,5 @@ if(CCACHE_FOUND)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
endif(CCACHE_FOUND)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/misc/zoneminder.desktop DESTINATION share/applications)