~nik90/ubuntu-weather-app/fix-ota10-sdk-issues

« back to all changes in this revision

Viewing changes to app/CMakeLists.txt

  • Committer: Victor Thompson
  • Date: 2015-11-01 18:35:08 UTC
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: victor.thompson@gmail.com-20151101183508-pmwhxhul997a1jcw
Fixing debian packaging issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
endif(NOT "${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
5
5
 
6
6
 
7
 
install(FILES ${ICON} DESTINATION ${CMAKE_INSTALL_PREFIX})
8
 
 
9
 
install(FILES ${MAIN_QML} DESTINATION ${UBUNTU-WEATHER_APP_DIR})
10
 
 
11
7
add_subdirectory(components)
12
8
add_subdirectory(data)
13
9
add_subdirectory(graphics)