~verzegnassi-stefano/+junk/temp-new-pdf-plugin

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Stefano Verzegnassi
  • Date: 2015-12-04 11:27:54 UTC
  • mfrom: (224.1.2 ubuntu-docviewer-app)
  • Revision ID: tarmac-20151204112754-al6j3clensdip2k3
Fixed url-dispatcher missing in the click package.

Approved by Jenkins Bot, Alan Pope .

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE}
26
26
  DESTINATION ${DESKTOP_DIR}
27
27
)
28
 
 
29
 
install(FILES ${URLS_FILE} DESTINATION ${CMAKE_INSTALL_PREFIX})