summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-01-12 15:26:20 (GMT)
committerJF <jf@codingfield.com>2020-01-12 15:26:20 (GMT)
commit3c29a11c78c9cd06be8ccedd9a067cd129b85f28 (patch)
tree796205c718db6bb9114b4c84523d7e1c9b8dd997 /src/CMakeLists.txt
parentf23ef842ca20138a5464604e00a481a0d0fc357d (diff)
Fix link error because of missing file "nrf_common.ld"
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7fbb2eb..f4c787f 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