FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 18 Sep 2007 05:45:19 -0400
changeset 36 fd55f095302f
parent 23 cb700b407c0d
permissions -rw-r--r--
Minor fixed to CMake (fixed include directory for rlog)

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)"