~vthompson/ubuntu-weather-app/reboot-network-error-state

« back to all changes in this revision

Viewing changes to app/CMakeLists.txt

  • Committer: Victor Thompson
  • Date: 2015-01-23 13:30:46 UTC
  • mto: (1.1.3 build-reboot)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: victor.thompson@gmail.com-20150123133046-h6r21c6ovagepzr6
Update file structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB COMPONENTS_QML_JS_FILES *.qml *.js)
 
2
add_custom_target(ubuntu-weather-app_app_QMlFiles ALL SOURCES ${COMPONENTS_QML_JS_FILES})
 
3
add_subdirectory(components)
 
4
add_subdirectory(tests)