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.
		
		
		
		
		
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			606 B
		
	
	
	
		
			CMake
		
	
			
		
		
	
	
			27 lines
		
	
	
		
			606 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-single-instance.py
 | 
						|
        DESTINATION /usr/share/applauncherd-testscripts)
 | 
						|
 | 
						|
    install(PROGRAMS
 | 
						|
        ts_prestartapp.rb
 | 
						|
        tc_theming.rb
 | 
						|
        get-coordinates.rb
 | 
						|
        test-perf.rb
 | 
						|
        fala_wid
 | 
						|
        fala_xres_wl
 | 
						|
        fala_xres_wol
 | 
						|
        DESTINATION /usr/share/applauncherd-testscripts)
 | 
						|
 | 
						|
    add_subdirectory (signal-forward)
 | 
						|
endif ($ENV{HARMATTAN})
 |