~josephjamesmills/ubuntuchristianedition/0.1

« back to all changes in this revision

Viewing changes to shell/CMakeLists.txt

Merge changes from the upstream shell working branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Source
4
4
add_subdirectory(app)
5
5
 
 
6
file(GLOB shell_QML *.qml *.js)
 
7
 
6
8
# Install
7
 
install(DIRECTORY qml
8
 
    DESTINATION ${UNITY_2D_DIR}/shell
9
 
    )
10
 
 
11
 
install(DIRECTORY artwork
 
9
install(FILES ${shell_QML}
 
10
    DESTINATION ${UNITY_2D_DIR}/shell
 
11
    )
 
12
 
 
13
install(DIRECTORY launcher
 
14
    DESTINATION ${UNITY_2D_DIR}/shell
 
15
    )
 
16
 
 
17
install(DIRECTORY dash
 
18
    DESTINATION ${UNITY_2D_DIR}/shell
 
19
    )
 
20
 
 
21
install(DIRECTORY player
12
22
    DESTINATION ${UNITY_2D_DIR}/shell
13
23
    )