diff options
| author | JF <jf@codingfield.com> | 2020-01-12 16:26:20 +0100 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-12 16:26:20 +0100 |
| commit | 3c29a11c78c9cd06be8ccedd9a067cd129b85f28 (patch) | |
| tree | 796205c718db6bb9114b4c84523d7e1c9b8dd997 /src | |
| parent | f23ef842ca20138a5464604e00a481a0d0fc357d (diff) | |
Fix link error because of missing file "nrf_common.ld"
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7fbb2ebe..f4c787f6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -79,4 +79,8 @@ include_directories( libs/date/includes ) +link_directories( + ../ +) + nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
\ No newline at end of file |
