diff options
author | xengineering <me@xengineering.eu> | 2025-02-14 08:37:08 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-14 09:03:18 +0100 |
commit | 298cb131149f583ab986ee69901765c3dbcce674 (patch) | |
tree | 83e93b0429b8d6d5919fe049fc9262db9735ed74 /compile_commands.json | |
parent | ee9106047c2128e8be07e754157c71c92a77a442 (diff) | |
download | iot-contact-298cb131149f583ab986ee69901765c3dbcce674.tar iot-contact-298cb131149f583ab986ee69901765c3dbcce674.tar.zst iot-contact-298cb131149f583ab986ee69901765c3dbcce674.zip |
Switch to a global CMake build
This allows to easily build everything from the repository root. For now
this only covers firmware but later electrical PCB and mechanical case
files can be added.
Diffstat (limited to 'compile_commands.json')
l--------- | compile_commands.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_commands.json b/compile_commands.json index c87e7db..25eb4b2 120000 --- a/compile_commands.json +++ b/compile_commands.json @@ -1 +1 @@ -fw/build/compile_commands.json
\ No newline at end of file +build/compile_commands.json
\ No newline at end of file |