c8136624cf7ba1d2d4699293f2f86c0a283da3d1
[feisty_meow.git] / graphiq / library / tests_geometric / makefile
1 include cpp/variables.def
2
3 PROJECT = test_geometric
4 TYPE = test
5 TARGETS = test_angle.exe test_ellipse.exe test_geometry.exe test_point.exe test_warper.exe
6 LOCAL_LIBS_USED = unit_test application filesystem timely loggers configuration textual \
7   structures geometric basis 
8 RUN_TARGETS = $(ACTUAL_TARGETS)
9
10 include cpp/rules.def
11