Skip to content

Commit a51d660

Browse files
committed
rust: Document the whole workspace
1 parent dc77cda commit a51d660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ if(CMAKE_CROSSCOMPILING)
544544
${CARGO} doc --document-private-items --target-dir ${CMAKE_BINARY_DIR}/docs-rust --target thumbv7em-none-eabi
545545
COMMAND
546546
${CMAKE_COMMAND} -E echo "See docs at file://${CMAKE_BINARY_DIR}/docs-rust/thumbv7em-none-eabi/doc/bitbox02_rust/index.html"
547-
WORKING_DIRECTORY ${LIBBITBOX02_RUST_SOURCE_DIR}
547+
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/rust
548548
)
549549
add_dependencies(rust-docs rust-bindgen)
550550

0 commit comments

Comments
 (0)