Skip to content

Commit

Permalink
Rust: Export EVEREST_CORE_ROOT from CMake (#592)
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Dorezyuk <[email protected]>
Co-authored-by: Dima Dorezyuk <[email protected]>
  • Loading branch information
dorezyuk and Dima Dorezyuk authored Mar 19, 2024
1 parent 7a4aa61 commit a8408d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/everest-generate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ if (EVEREST_ENABLE_RS_SUPPORT)
"Build rust modules"
COMMAND
${CMAKE_COMMAND} -E env
EVEREST_CORE_ROOT="${CMAKE_CURRENT_SOURCE_DIR}"
EVEREST_RS_FRAMEWORK_SOURCE_LOCATION="${everest-framework_SOURCE_DIR}"
EVEREST_RS_FRAMEWORK_BINARY_LOCATION="${everest-framework_BINARY_DIR}"
${CARGO_EXECUTABLE} build
Expand Down

0 comments on commit a8408d3

Please sign in to comment.