mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
executable(
 | 
						|
    'swaymsg',
 | 
						|
    'main.c',
 | 
						|
    include_directories: [sway_inc],
 | 
						|
    dependencies: [jsonc, wlroots],
 | 
						|
    link_with: [lib_sway_common],
 | 
						|
    install: true
 | 
						|
)
 |