- since bounding boxes overlap, need to verify the splitting actually did something. Problem only really evident with higher tree depths.
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfileFormats \
|
|
-lsurfMesh \
|
|
-lmeshTools
|