~dpm/ubuntu-weather-app/conditional-weather-followup

« back to all changes in this revision

Viewing changes to click/CMakeLists.txt

Add cmake build.

Approved by Ubuntu Phone Apps Jenkins Bot.

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)