~ubuntu-clock-dev/ubuntu-clock-app/stopwatch-feature-staging

« back to all changes in this revision

Viewing changes to app/stopwatch/CMakeLists.txt

  • Committer: Nekhelesh Ramananthan
  • Date: 2015-08-09 20:59:10 UTC
  • Revision ID: krnekhelesh@gmail.com-20150809205910-4uwt9m4ur4iuo3zd
Replaced GLOB to Set in stopwatch CMake file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
file(GLOB STOPWATCH_QML_JS_FILES *.qml *.js)
 
1
set(STOPWATCH_QML_JS_FILES
 
2
    LapListView.qml
 
3
    StopwatchFace.qml
 
4
    StopwatchPage.qml
 
5
    StopwatchUtils.qml
 
6
)
2
7
 
3
8
# make the files visible in the qtcreator tree
4
9
add_custom_target(ubuntu-clock-app_stopwatch_QMlFiles ALL SOURCES ${STOPWATCH_QML_JS_FILES})