aboutsummaryrefslogtreecommitdiff
path: root/ble/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* o Adding support for installing the code.Trygve Laugstøl2015-07-101-1/+1
|
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-211-1/+1
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-221-0/+1
|
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+3
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.