TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

Unit-Tests shouldn't become part of a consuming project #52

Closed TorstenRobitzki closed 3 years ago

TorstenRobitzki commented 3 years ago

When a project adds Bluetoe by including Bluetoe's top level CMakeLists.txt (add_subdirectory), all unit test binary targets of Bluetoe become targets of the including project.