mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	fix indentation
This commit is contained in:
		| @@ -396,12 +396,12 @@ set(vcmiclientcommon_HEADERS | ||||
| ) | ||||
|  | ||||
| if(APPLE_IOS) | ||||
|   set(vcmiclientcommon_SRCS ${vcmiclientcommon_SRCS} | ||||
|     ios/utils.mm | ||||
|   ) | ||||
|   set(vcmiclientcommon_HEADERS ${vcmiclientcommon_HEADERS} | ||||
|     ios/utils.h | ||||
|   ) | ||||
| 	set(vcmiclientcommon_SRCS ${vcmiclientcommon_SRCS} | ||||
| 		ios/utils.mm | ||||
| 	) | ||||
| 	set(vcmiclientcommon_HEADERS ${vcmiclientcommon_HEADERS} | ||||
| 		ios/utils.h | ||||
| 	) | ||||
| endif() | ||||
|  | ||||
| assign_source_group(${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user