mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Also remove header file lists, as there is no need to add them to add_library() or add_executable(), which should lower maintenance of the cmake files.
		
			
				
	
	
		
			22 lines
		
	
	
		
			426 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			426 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(sources
 | |
| 	Assembly.cpp
 | |
| 	AssemblyItem.cpp
 | |
| 	BlockDeduplicator.cpp
 | |
| 	CommonSubexpressionEliminator.cpp
 | |
| 	ConstantOptimiser.cpp
 | |
| 	ControlFlowGraph.cpp
 | |
| 	ExpressionClasses.cpp
 | |
| 	GasMeter.cpp
 | |
| 	Instruction.cpp
 | |
| 	JumpdestRemover.cpp
 | |
| 	KnownState.cpp
 | |
| 	LinkerObject.cpp
 | |
| 	PathGasMeter.cpp
 | |
| 	PeepholeOptimiser.cpp
 | |
| 	SemanticInformation.cpp
 | |
| 	SimplificationRules.cpp
 | |
| )
 | |
| 
 | |
| add_library(evmasm ${sources})
 | |
| target_link_libraries(evmasm PUBLIC devcore)
 |