~elementary-pantheon/poa-eds-bridge/say-were-desktop

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Corentin Noël
  • Date: 2015-09-22 17:40:23 UTC
  • Revision ID: corentin@elementary.io-20150922174023-uho40gu1wf6zppem
Comply with the new secure behavior of POA.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
install (FILES evolution-data-server.application DESTINATION ${APPLICATION_DIR})
21
21
 
22
22
# Install fake Desktop Applications
23
 
install (FILES evolution-data-server-poa.desktop DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/applications)
 
 
b'\\ No newline at end of file'
 
23
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/evolution-data-server-poa.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/evolution-data-server-poa.desktop)
 
24
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/evolution-data-server-poa.desktop DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/applications)