mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	Unbreak the CMake build broken by 009af4455d
				
					
				
			The commit added an additional source file and dependency but the corresponding changes weren't added to the CMake build.
This commit is contained in:
		
							parent
							
								
									13e3484d15
								
							
						
					
					
						commit
						b2381acceb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,10 +1,12 @@
 | 
				
			||||||
z3_add_component(fpa
 | 
					z3_add_component(fpa
 | 
				
			||||||
  SOURCES
 | 
					  SOURCES
 | 
				
			||||||
 | 
					    bv2fpa_converter.cpp
 | 
				
			||||||
    fpa2bv_converter.cpp
 | 
					    fpa2bv_converter.cpp
 | 
				
			||||||
    fpa2bv_rewriter.cpp
 | 
					    fpa2bv_rewriter.cpp
 | 
				
			||||||
  COMPONENT_DEPENDENCIES
 | 
					  COMPONENT_DEPENDENCIES
 | 
				
			||||||
    ast
 | 
					    ast
 | 
				
			||||||
    simplifier
 | 
					    simplifier
 | 
				
			||||||
 | 
					    model
 | 
				
			||||||
    util
 | 
					    util
 | 
				
			||||||
  PYG_FILES
 | 
					  PYG_FILES
 | 
				
			||||||
    fpa2bv_rewriter_params.pyg
 | 
					    fpa2bv_rewriter_params.pyg
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue