Files
openmesh/Tools/Subdivider/Adaptive/ACGMakefile

18 lines
491 B
Plaintext
Raw Normal View History

#== SYSTEM PART -- DON'T TOUCH ==============================================
include $(ACGMAKE)/Config
#==============================================================================
SUBDIRS = $(call find-subdirs)
PACKAGES := qt glut opengl x11 math
PROJ_LIBS = OpenMesh/Core
MODULES := moc cxx
#== SYSTEM PART -- DON'T TOUCH ==============================================
include $(ACGMAKE)/Rules
#==============================================================================