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:
Samuel Sadok
2018-05-14 13:35:35 -07:00
parent d878afeeff
commit a94f4fb989
2 changed files with 10 additions and 6 deletions
+8
View File
@@ -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'}
}