mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
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
9 lines
183 B
Lua
9 lines
183 B
Lua
|
|
tup.include('../tupfiles/build.lua')
|
|
|
|
fibre_package = define_package{
|
|
sources={'protocol.cpp', 'posix_tcp.cpp', 'posix_udp.cpp'},
|
|
libs={'pthread'},
|
|
headers={'include'}
|
|
}
|