mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	input_common: Remove redundant target_sources in CMakeLists
This commit is contained in:
		
							parent
							
								
									542f14d3c5
								
							
						
					
					
						commit
						761101f64c
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		|  | @ -11,14 +11,6 @@ add_library(input_common STATIC | ||||||
|     $<$<BOOL:SDL2_FOUND>:sdl/sdl.cpp sdl/sdl.h> |     $<$<BOOL:SDL2_FOUND>:sdl/sdl.cpp sdl/sdl.h> | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| if(SDL2_FOUND) |  | ||||||
|     target_sources(input_common |  | ||||||
|         PRIVATE |  | ||||||
|             sdl/sdl.cpp |  | ||||||
|             sdl/sdl.h |  | ||||||
|     ) |  | ||||||
| endif() |  | ||||||
| 
 |  | ||||||
| create_target_directory_groups(input_common) | create_target_directory_groups(input_common) | ||||||
| 
 | 
 | ||||||
| target_link_libraries(input_common PUBLIC core PRIVATE common) | target_link_libraries(input_common PUBLIC core PRIVATE common) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue