Correct location of sampling

This commit is contained in:
henry
2008-05-02 13:11:50 +01:00
parent b4901ecaeb
commit 23fb767059
8 changed files with 0 additions and 141 deletions

View File

@ -0,0 +1,3 @@
sample.C
EXE = $(FOAM_APPBIN)/sample

View File

@ -0,0 +1,13 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lsampling \
-ltriSurface \
-llagrangian