rust modules

This commit is contained in:
2023-12-06 16:39:55 +01:00
parent 0f99bff211
commit 7aec5819c6
7 changed files with 282 additions and 269 deletions

View File

@ -1,3 +1,5 @@
#TODO can we get CMake to configure cmake --build --clean to run cargo clean?
add_custom_target(
mission_rust_internal
COMMAND cargo build $<$<CONFIG:Release>:--release>