mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| executable(
 | |
| 	'swaymsg',
 | |
| 	'main.c',
 | |
| 	include_directories: [sway_inc],
 | |
| 	dependencies: [jsonc],
 | |
| 	link_with: [lib_sway_common],
 | |
| 	install: true
 | |
| )
 | 
