mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								include_directories(
							 | 
						||
| 
								 | 
							
									${PROTOCOLS_INCLUDE_DIRS}
							 | 
						||
| 
								 | 
							
									${WAYLAND_INCLUDE_DIR}
							 | 
						||
| 
								 | 
							
								)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								add_library(wlr-wayland
							 | 
						||
| 
								 | 
							
								    types/wlr_wl_seat.c
							 | 
						||
| 
								 | 
							
								    types/wlr_wl_output.c
							 | 
						||
| 
								 | 
							
								)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								target_link_libraries(wlr-wayland
							 | 
						||
| 
								 | 
							
								    wlr-common
							 | 
						||
| 
								 | 
							
								    ${WAYLAND_LIBRARIES}
							 | 
						||
| 
								 | 
							
								)
							 |