diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-01-31 20:51:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-31 20:51:02 +0100 |
| commit | 97807edd9d7c2b68de5ac7c1c2ccb8fa4f0aa1a3 (patch) | |
| tree | ab54df7e1646702cb928fbf36a68e1c554ccb7e4 /src | |
| parent | 51ff9d5e7bce66bc864bf6e807b0c4dbc6f2231b (diff) | |
| parent | 4371b7fecced6b222dfa02cb71ecbb4ff54b6785 (diff) | |
Merge pull request #193 from Avamander/patch-5
Updated CMakeLists.txt to be more consistent
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5955d393..4580609a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -610,7 +610,7 @@ include_directories( "${NRF5_SDK_PATH}/modules/nrfx/drivers/include" "${NRF5_SDK_PATH}/modules/nrfx/hal" "${NRF5_SDK_PATH}/modules/nrfx/mdk" - ${NRF5_SDK_PATH}/external/freertos/source/include + "${NRF5_SDK_PATH}/external/freertos/source/include" "${NRF5_SDK_PATH}/components/toolchain/cmsis/include" "${NRF5_SDK_PATH}/components/libraries/atomic" "${NRF5_SDK_PATH}/components/libraries/atomic_fifo" |
