Finish cpp_out

This commit is contained in:
Jaby
2022-09-17 14:44:13 +02:00
committed by Jaby
parent f101645af1
commit 3963965d76
5 changed files with 44 additions and 16 deletions

View File

@@ -3,5 +3,6 @@ export PATH := $(HOME)/.cargo/bin/:$(PATH)
test_cpp_out: always
@cargo build --manifest-path ../cpp_out/Cargo.toml --release
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out --name Dino -o "Test_Planschbecken.cpp"
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out --name Dino -o "Test_Planschbecken.hpp"
always: ;