Fixed Simulator not processing events correctly
Event that is being processed needed to be removed from the queue while its own
process() method ran.
include $(CGAL_MAKEFILE)
all: libpath libpaths ldflags cxxflags
libpath:
@echo "$(CGAL_LIB_DIR)"
libpaths:
@echo "$(CGAL_LIBPATHFLAGS)"
ldflags:
@echo "$(CGAL_LDFLAGS)"
cxxflags:
@echo "$(CGAL_CXXFLAGS)"