| 
									
										
										
										
											2012-05-04 01:03:25 +08:00
										 |  |  | # Install headers
 | 
					
						
							|  |  |  | file(GLOB base_headers "*.h")
 | 
					
						
							|  |  |  | install(FILES ${base_headers} DESTINATION include/gtsam_unstable/base)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Add all tests
 | 
					
						
							| 
									
										
										
										
											2014-02-13 14:34:31 +08:00
										 |  |  | add_subdirectory(tests)
 | 
					
						
							| 
									
										
										
										
											2013-10-27 04:14:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Build timing scripts
 | 
					
						
							|  |  |  | if (GTSAM_BUILD_TIMING)
 | 
					
						
							|  |  |  |     gtsam_add_subdir_timing(base_unstable "${base_full_libs}" "${base_full_libs}" "${base_excluded_files}") 
 | 
					
						
							|  |  |  | endif(GTSAM_BUILD_TIMING)
 |