~carlos-mazieri/ubuntu-filemanager-app/app-devel

« back to all changes in this revision

Viewing changes to click/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): David Planella, carlos.mazieri at gmail, carlos-mazieri, nskaggs, Victor Thompson, Francis Ginther
  • Date: 2014-04-15 14:28:53 UTC
  • mfrom: (151.1.20 include-plugin)
  • Revision ID: tarmac-20140415142853-allemrzdm6ny3tkb
Merge the C++ folderlistmodel plugin into the app's source tree. Fixes: https://bugs.launchpad.net/bugs/1300911.

Approved by Nicholas Skaggs, Ubuntu Phone Apps Jenkins Bot, Carlos Jose Mazieri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if(CLICK_MODE)
2
 
    if(NOT BZR_REVNO)
3
 
        set(BZR_REVNO "latest")
4
 
    endif(NOT BZR_REVNO)
5
 
    configure_file(manifest.json.in ${CMAKE_CURRENT_BINARY_DIR}/manifest.json)
6
 
    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/manifest.json apparmor.json
7
 
            DESTINATION ${CMAKE_INSTALL_PREFIX})
8
 
endif(CLICK_MODE)