You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							test_time_sources = [
 | 
						
						
						
						
							 | 
							
							  'TestConvert.cxx',
 | 
						
						
						
						
							 | 
							
							  'TestISO8601.cxx',
 | 
						
						
						
						
							 | 
							
							]
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							if is_windows
 | 
						
						
						
						
							 | 
							
							  test_time_sources += 'TestFileTime.cxx'
 | 
						
						
						
						
							 | 
							
							endif
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							test(
 | 
						
						
						
						
							 | 
							
							  'TestTime',
 | 
						
						
						
						
							 | 
							
							  executable(
 | 
						
						
						
						
							 | 
							
							    'TestTime',
 | 
						
						
						
						
							 | 
							
							    test_time_sources,
 | 
						
						
						
						
							 | 
							
							    include_directories: inc,
 | 
						
						
						
						
							 | 
							
							    dependencies: [
 | 
						
						
						
						
							 | 
							
							      time_dep,
 | 
						
						
						
						
							 | 
							
							      gtest_dep,
 | 
						
						
						
						
							 | 
							
							    ],
 | 
						
						
						
						
							 | 
							
							  ),
 | 
						
						
						
						
							 | 
							
							  protocol: 'gtest',
 | 
						
						
						
						
							 | 
							
							)
 |