Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Jan 14, 2025
1 parent 2f608a6 commit 991f1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustutils/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ for input_file in "$@"; do
base_name=$(basename "$input_file" .rs)
cxxbridge "$input_file" --header > "$output_dir/cpp/include/rustutils/${base_name}.hpp"
cxxbridge "$input_file" > "$output_dir/cpp/src/${base_name}.rs.cpp"
done
done
2 changes: 1 addition & 1 deletion rustutils/rustutils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ target_include_directories(mbgl-rustutils PUBLIC
${RUSTUTILS_INCLUDE_DIR}
)

target_link_libraries(mbgl-rustutils PUBLIC rustutils)
target_link_libraries(mbgl-rustutils PUBLIC rustutils)

0 comments on commit 991f1e1

Please sign in to comment.