Skip to content

Commit 792c8a0

Browse files
committed
cmake: Add ZEPHYR_BASE environnement variable to sample-cargo-config.toml
Improve Jetbrains IDE rust integration support Signed-off-by: Denis Daviaud <[email protected]>
1 parent dd73abc commit 792c8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ INCLUDE_DEFINES = \"${include_defines}\"
147147
WRAPPER_FILE = \"${WRAPPER_FILE}\"
148148
BINARY_DIR_INCLUDE_GENERATED = \"${BINARY_DIR_INCLUDE_GENERATED}\"
149149
DT_AUGMENTS = \"${DT_AUGMENTS}\"
150+
ZEPHYR_BASE = \"${ZEPHYR_BASE}\"
150151
151152
[patch.crates-io]
152153
${config_paths}

0 commit comments

Comments
 (0)