mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	cmake: add missing ${...} for variables inside generator expressions
This commit is contained in:
		
							parent
							
								
									ae42267cc7
								
							
						
					
					
						commit
						80ed0f03ac
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -8,7 +8,7 @@ add_library(input_common STATIC | |||
|     motion_emu.cpp | ||||
|     motion_emu.h | ||||
| 
 | ||||
|     $<$<BOOL:SDL2_FOUND>:sdl/sdl.cpp sdl/sdl.h> | ||||
|     $<$<BOOL:${SDL2_FOUND}>:sdl/sdl.cpp sdl/sdl.h> | ||||
| ) | ||||
| 
 | ||||
| create_target_directory_groups(input_common) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue