include cpp/variables.def

PROJECT = test_geometric
TYPE = test
TARGETS = test_angle.exe test_ellipse.exe test_geometry.exe test_point.exe test_warper.exe \
  test_ccri_angle_average.exe
LOCAL_LIBS_USED = unit_test application filesystem timely loggers configuration textual \
  structures geometric basis 
RUN_TARGETS = $(ACTUAL_TARGETS)

include cpp/rules.def

