mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
765 B
CMake
33 lines
765 B
CMake
if ($ENV{MEEGO})
|
|
# Do nothing
|
|
endif ($ENV{MEEGO})
|
|
|
|
if ($ENV{HARMATTAN})
|
|
install(FILES
|
|
test-perf-mbooster.py
|
|
check_pipes.py
|
|
test-func-launcher.py
|
|
utils.py
|
|
test-security.py
|
|
test-invoker.py
|
|
test-daemons.py
|
|
test-single-instance.py
|
|
test-core-dump.py
|
|
test-boot-mode.py
|
|
DESTINATION /usr/share/applauncherd-testscripts)
|
|
|
|
install(PROGRAMS
|
|
ts_prestartapp.rb
|
|
tc_theming.rb
|
|
tc_splash.rb
|
|
get-coordinates.rb
|
|
test-perf.rb
|
|
fala_xres_wl
|
|
fala_xres_wol
|
|
DESTINATION /usr/share/applauncherd-testscripts)
|
|
|
|
install(PROGRAMS fala_wid DESTINATION /usr/bin/)
|
|
|
|
add_subdirectory (signal-forward)
|
|
endif ($ENV{HARMATTAN})
|