aboutsummaryrefslogtreecommitdiffstats
path: root/cmake-nRF5x
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-26 12:06:12 +0100
committerGitea <gitea@fake.local>2019-12-26 12:06:12 +0100
commit9a379e180fd855dac2a9fe6b4532d95276edab0b (patch)
tree236ad0dfafd819b2f09835bccf855d90a5b1663b /cmake-nRF5x
parent528fc5661679feeef91e76d633c94c945bb0a3df (diff)
parent598c42dfbe88fcbcc9e8cba29b2b2b07ace79bad (diff)
Merge branch 'ble-cts' of JF/PineTime into master
Diffstat (limited to 'cmake-nRF5x')
-rwxr-xr-xcmake-nRF5x/CMake_nRF5x.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake-nRF5x/CMake_nRF5x.cmake b/cmake-nRF5x/CMake_nRF5x.cmake
index 3157c5cf..fb94c742 100755
--- a/cmake-nRF5x/CMake_nRF5x.cmake
+++ b/cmake-nRF5x/CMake_nRF5x.cmake
@@ -260,9 +260,12 @@ macro(nRF5x_setup)
# LCD/GFX
include_directories(
"${NRF5_SDK_PATH}/external/thedotfactory_fonts"
+ "${NRF5_SDK_PATH}/components/ble/ble_db_discovery"
)
list(APPEND SDK_SOURCE_FILES
+ "${NRF5_SDK_PATH}/components/ble/ble_db_discovery/ble_db_discovery.c"
+ "${NRF5_SDK_PATH}/components/ble/ble_services/ble_cts_c/ble_cts_c.c"
"${NRF5_SDK_PATH}/external/thedotfactory_fonts/orkney24pts.c"
)