| 
									
										
										
										
											2023-01-24 03:19:04 +08:00
										 |  |  | set (excluded_examples "")
 | 
					
						
							| 
									
										
										
										
											2013-04-12 04:47:25 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-06 17:44:55 +08:00
										 |  |  | # Add examples to exclude if GTSAM_USE_BOOST_FEATURES is not set
 | 
					
						
							|  |  |  | if (NOT GTSAM_USE_BOOST_FEATURES) 
 | 
					
						
							|  |  |  |   # add to excluded examples
 | 
					
						
							|  |  |  |   list (APPEND excluded_examples | 
					
						
							|  |  |  |       "GncPoseAveragingExample.cpp"
 | 
					
						
							|  |  |  |       )
 | 
					
						
							|  |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-09 00:16:24 +08:00
										 |  |  | gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable" ${GTSAM_BUILD_EXAMPLES_ALWAYS})
 |