~feng-kylin/unity8/OpenUrlInIndicator

« back to all changes in this revision

Viewing changes to src/Panel/Indicators/client/CMakeLists.txt

moved indicator cpp source to src folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
install(TARGETS ${INDICATORS_CLIENT_APP}
25
25
        RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
 
26
 
 
27
file(GLOB IndicatorsClient_QMLFILES
 
28
    *.qml
 
29
    *.js
 
30
)
 
31
 
 
32
install(FILES ${IndicatorsClient_QMLFILES}
 
33
        DESTINATION ${SHELL_APP_DIR}/Panel/Indicators/client
 
34
)