mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Move the Kryoflux and Catweasel stuff into external.
This commit is contained in:
		
							
								
								
									
										4
									
								
								lib/external/build.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								lib/external/build.py
									
									
									
									
										vendored
									
									
								
							| @@ -9,12 +9,16 @@ cxxlibrary( | ||||
|     srcs=[ | ||||
|         "./ldbs.cc", | ||||
|         "./fl2.cc", | ||||
|         "./kryoflux.cc", | ||||
|         "./catweasel.cc", | ||||
|     ], | ||||
|     hdrs={ | ||||
|         "lib/external/ldbs.h": "./ldbs.h", | ||||
|         "lib/external/a2r.h": "./a2r.h", | ||||
|         "lib/external/scp.h": "./scp.h", | ||||
|         "lib/external/fl2.h": "./fl2.h", | ||||
|         "lib/external/kryoflux.h": "./kryoflux.h", | ||||
|         "lib/external/catweasel.h": "./catweasel.h", | ||||
|     }, | ||||
|     deps=["lib/core", ".+fl2_proto_lib", "lib/data"], | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user