diff options
| author | xengineering <me@xengineering.eu> | 2025-03-27 18:23:53 +0100 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-03-27 18:23:53 +0100 | 
| commit | b5fb9a30e4b5cf54df35c0dfbe901493ed1ebb22 (patch) | |
| tree | 6adbb484faebd374fff9e992b918f3fe8a11736e | |
| parent | c5f301aa879bc52add50d8d5f917ee551fe1673e (diff) | |
| download | iot-contact-b5fb9a30e4b5cf54df35c0dfbe901493ed1ebb22.tar iot-contact-b5fb9a30e4b5cf54df35c0dfbe901493ed1ebb22.tar.zst iot-contact-b5fb9a30e4b5cf54df35c0dfbe901493ed1ebb22.zip  | |
Link compile_commands.json from fw/app
Using CMake ExternalProject there are multiple compile_commands.json
files in the build tree. Thus there is one from fw/app or another one
when built for nucleo_f767zi from fw/btl.
Linking the one from fw/app by default is more usable since it is the
more relevant code base.
| l--------- | compile_commands.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_commands.json b/compile_commands.json index 25eb4b2..f0312d6 120000 --- a/compile_commands.json +++ b/compile_commands.json @@ -1 +1 @@ -build/compile_commands.json
\ No newline at end of file +build/fw/app/compile_commands.json
\ No newline at end of file  | 
