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.
26 lines
595 B
CMake
26 lines
595 B
CMake
if ($ENV{MEEGO})
|
|
# Do nothing
|
|
endif ($ENV{MEEGO})
|
|
|
|
if ($ENV{HARMATTAN})
|
|
install(FILES
|
|
test-func-launcher.py
|
|
utils.py
|
|
test-security.py
|
|
test-invoker.py
|
|
test-daemons.py
|
|
test-single-instance.py
|
|
test-boot-mode.py
|
|
DESTINATION /usr/share/applauncherd-testscripts)
|
|
|
|
install(PROGRAMS
|
|
tc_splash.rb
|
|
get-coordinates.rb
|
|
test-perf.rb
|
|
DESTINATION /usr/share/applauncherd-testscripts)
|
|
|
|
install(PROGRAMS fala_wid DESTINATION /usr/bin/)
|
|
|
|
add_subdirectory (signal-forward)
|
|
endif ($ENV{HARMATTAN})
|