Fix link error because of missing file "nrf_common.ld"

This commit is contained in:
JF
2020-01-12 16:26:20 +01:00
parent f23ef842ca
commit 3c29a11c78
3 changed files with 173 additions and 1 deletions

View File

@@ -79,4 +79,8 @@ include_directories(
libs/date/includes
)
link_directories(
../
)
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")