diff options
| author | JF <jf@codingfield.com> | 2019-12-26 11:06:12 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2019-12-26 11:06:12 (GMT) |
| commit | 9a379e180fd855dac2a9fe6b4532d95276edab0b (patch) | |
| tree | 236ad0dfafd819b2f09835bccf855d90a5b1663b /src/CMakeLists.txt | |
| parent | 528fc5661679feeef91e76d633c94c945bb0a3df (diff) | |
| parent | 598c42dfbe88fcbcc9e8cba29b2b2b07ace79bad (diff) | |
Merge branch 'ble-cts' of JF/PineTime into master
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d2ba5e2..46c684a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,6 +36,7 @@ list(APPEND SOURCE_FILES drivers/St7789.cpp drivers/SpiMaster.cpp Components/Gfx/Gfx.cpp + BLE/BleManager.c ) set(INCLUDE_FILES @@ -47,6 +48,7 @@ set(INCLUDE_FILES drivers/St7789.h drivers/SpiMaster.h Components/Gfx/Gfx.h + BLE/BleManager.h ) nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
\ No newline at end of file |
