~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to click/CMakeLists.txt

  • Committer: Kunal Parmar
  • Date: 2014-09-28 11:49:35 UTC
  • mfrom: (478 ubuntu-calendar-app)
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: pkunal.parmar@gmail.com-20140928114935-scs25xpajdxn358p
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        set(BZR_REVNO "latest")
4
4
    endif(NOT BZR_REVNO)
5
5
    configure_file(manifest.json.in ${CMAKE_CURRENT_BINARY_DIR}/manifest.json)
6
 
    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/manifest.json apparmor.json
 
6
    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/manifest.json calendar.apparmor
7
7
            DESTINATION ${CMAKE_INSTALL_PREFIX})
 
8
 
 
9
    # make the click files visible in qtcreator
 
10
    file(GLOB CLICK_FILES
 
11
         RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
 
12
         *.json *.json.in *.apparmor)
 
13
 
 
14
    add_custom_target(com_ubuntu_calendar_CLICKFiles ALL SOURCES ${CLICK_FILES})
8
15
endif(CLICK_MODE)