mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-24 01:23:52 +08:00
dont run Fibre tup rules by default
Building the Fibre test binaries is distracting when it's just used as a library in another project. Now it is only built if CONFIG_BUILD_FIBRE_TESTS=true
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
tup.include('../tupfiles/build.lua')
|
||||
|
||||
fibre_package = define_package{
|
||||
sources={'protocol.cpp', 'posix_tcp.cpp', 'posix_udp.cpp'},
|
||||
libs={'pthread'},
|
||||
headers={'include'}
|
||||
}
|
||||
Reference in New Issue
Block a user