You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							9 lines
						
					
					
						
							542 B
						
					
					
				
			
		
		
	
	
							9 lines
						
					
					
						
							542 B
						
					
					
				| Import('env', 'envCython', 'common', 'cereal', 'messaging')
 | |
| 
 | |
| libs = ['usb-1.0', common, cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj']
 | |
| env.Program('boardd', ['main.cc', 'boardd.cc', 'panda.cc'], LIBS=libs)
 | |
| env.Library('libcan_list_to_can_capnp', ['can_list_to_can_capnp.cc'])
 | |
| 
 | |
| envCython.Program('boardd_api_impl.so', 'boardd_api_impl.pyx', LIBS=["can_list_to_can_capnp", 'capnp', 'kj'] + envCython["LIBS"])
 | |
| if GetOption('test'):
 | |
|   env.Program('tests/test_boardd_usbprotocol', ['tests/test_boardd_usbprotocol.cc', 'panda.cc'], LIBS=libs)
 | |
| 
 |