~qqworini/ubuntu-rssreader-app/uitk-1_3

« back to all changes in this revision

Viewing changes to click/CMakeLists.txt

  • Committer: nskaggs
  • Date: 2014-01-31 21:23:34 UTC
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: nicholas.skaggs@canonical.com-20140131212334-lblhi081p6gmvua8
add cmake build

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)