Files
openmesh/ACGMakefile.proj

8 lines
186 B
Plaintext
Raw Normal View History

# for gcc the max. template depth has to be increased
ifeq ($(CXX_COMP),g++)
CXX_DEFS += -ftemplate-depth-100 -fPIC
endif
# place links to all executables in ./bin
BINARY_DIR := bin