Changes to CMakeLists:
* Optimize and debug options derive flags from CMKAE_CXX_FLAGS*
* Moved CGAL CXX flags from the top level to the specific locations where they are required
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)"