| 
									
										
										
										
											2023-01-24 07:56:33 +08:00
										 |  |  | # if GTSAM_ENABLE_BOOST_SERIALIZATION is not set then SolverComparer.cpp will not compile
 | 
					
						
							|  |  |  | if (NOT GTSAM_ENABLE_BOOST_SERIALIZATION)
 | 
					
						
							| 
									
										
										
										
											2023-01-24 03:19:04 +08:00
										 |  |  |     list (APPEND excluded_examples | 
					
						
							| 
									
										
										
										
											2023-02-06 17:44:55 +08:00
										 |  |  |     "SolverComparer.cpp"
 | 
					
						
							| 
									
										
										
										
											2023-01-24 07:56:33 +08:00
										 |  |  |   )
 | 
					
						
							|  |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-06 12:45:21 +08:00
										 |  |  | # Add examples to exclude if GTSAM_USE_BOOST_FEATURES is not set
 | 
					
						
							|  |  |  | if (NOT GTSAM_USE_BOOST_FEATURES) 
 | 
					
						
							| 
									
										
										
										
											2023-01-24 03:19:04 +08:00
										 |  |  |   # add to excluded examples
 | 
					
						
							|  |  |  |   list (APPEND excluded_examples | 
					
						
							| 
									
										
										
										
											2023-02-06 17:44:55 +08:00
										 |  |  |       "CombinedImuFactorsExample.cpp"
 | 
					
						
							|  |  |  |       "ImuFactorsExample.cpp"
 | 
					
						
							|  |  |  |       "ShonanAveragingCLI.cpp"
 | 
					
						
							|  |  |  |       "SolverComparer.cpp"
 | 
					
						
							| 
									
										
										
										
											2023-01-24 03:19:04 +08:00
										 |  |  |       )
 | 
					
						
							|  |  |  | endif()
 | 
					
						
							| 
									
										
										
										
											2023-01-24 07:16:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-09 00:16:24 +08:00
										 |  |  | gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam;${Boost_PROGRAM_OPTIONS_LIBRARY}" ${GTSAM_BUILD_EXAMPLES_ALWAYS})
 |