Files
openmesh/Core/ACGMakefile

20 lines
493 B
Plaintext
Raw Normal View History

#== SYSTEM PART -- DON'T TOUCH ==============================================
include $(ACGMAKE)/Config
#==============================================================================
SUBDIRS = Geometry Utils Mesh IO Tools System
PACKAGES :=
PROJ_LIBS :=
CXXLIB_BUILD_LIB := yes
MODULES := cxxlib
#== SYSTEM PART -- DON'T TOUCH ==============================================
include $(ACGMAKE)/Rules
#==============================================================================