mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     AbstractMachine/AbstractMachine.cpp
 | |
|     AbstractMachine/BytecodeInterpreter.cpp
 | |
|     AbstractMachine/Configuration.cpp
 | |
|     AbstractMachine/Validator.cpp
 | |
|     Parser/Parser.cpp
 | |
|     Printer/Printer.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibWasm wasm)
 | |
| target_link_libraries(LibWasm LibC LibCore)
 | 
