| 
									
										
										
										
											2012-05-04 01:03:25 +08:00
										 |  |  | # Install headers
 | 
					
						
							|  |  |  | file(GLOB base_headers "*.h")
 | 
					
						
							|  |  |  | install(FILES ${base_headers} DESTINATION include/gtsam_unstable/base)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set (base_full_libs | 
					
						
							| 
									
										
										
										
											2013-03-14 02:17:39 +08:00
										 |  |  |     ${gtsam-default}
 | 
					
						
							|  |  |  |     ${gtsam_unstable-default})
 | 
					
						
							| 
									
										
										
										
											2012-05-04 01:03:25 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Exclude tests that don't work
 | 
					
						
							|  |  |  | set (base_excluded_tests "")
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Add all tests
 | 
					
						
							| 
									
										
										
										
											2013-08-19 23:32:21 +08:00
										 |  |  | gtsam_add_subdir_tests(base_unstable "${base_full_libs}" "${base_full_libs}" "${base_excluded_tests}") 
 | 
					
						
							| 
									
										
										
										
											2012-05-26 00:12:55 +08:00
										 |  |  | add_dependencies(check.unstable check.base_unstable)
 |