~phablet-team/mediaplayer-app/remove_powerd

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

Created different CmakeLists for each sub directory.
Intend to make easy to maintain the build script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(MEDIAPLAYER_DESKTOP_FILE media-player.desktop)
 
2
set(MEDIAPLAYER_APP_ICON media-player.svg)
 
3
 
 
4
install(FILES ${MEDIAPLAYER_DESKTOP_FILE}
 
5
    DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
 
6
    )
 
7
 
 
8
install(FILES ${MEDIAPLAYER_APP_ICON}.svg
 
9
    DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
 
10
    )