~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to click/CMakeLists.txt

  • Committer: Sergio Schvezov
  • Date: 2014-01-18 23:29:11 UTC
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: sergio.schvezov@canonical.com-20140118232911-p3jdkkomszdl2l70
Adding cmake 

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)