diff options
| author | Manuel Traut <manut@mecka.net> | 2014-03-31 16:53:55 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2014-03-31 16:53:55 +0200 |
| commit | 1adba473e6917b227e1b0a1118148101dca202e7 (patch) | |
| tree | 13180ede9564ba50c528b274ee5719b4e030ef06 /quellcode/versuch3/benchmark.mpc | |
| parent | eacbf5bb4d57af21c731f41251015d3b991ad490 (diff) | |
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'quellcode/versuch3/benchmark.mpc')
| -rwxr-xr-x | quellcode/versuch3/benchmark.mpc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/quellcode/versuch3/benchmark.mpc b/quellcode/versuch3/benchmark.mpc new file mode 100755 index 0000000..13eb950 --- /dev/null +++ b/quellcode/versuch3/benchmark.mpc @@ -0,0 +1,23 @@ +project(*Receiver): rt_server, naming { + requires += exceptions + Source_Files { + cpx.cpp + bench_i.cpp + Receiver.cpp + } + Header_Files { + cpx.h + } +} + +project(*Supplier): rt_client, naming { + requires += exceptions + Source_Files { + cpx.cpp + bench_i.cpp + Supplier.cpp + } + Header_Files { + cpx.h + } +} |
