Files
OpenFOAM-12/applications/utilities/preProcessing/viewFactorsGen/Make/options
2021-06-24 10:08:40 +01:00

15 lines
356 B
Plaintext

EXE_INC = \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lfileFormats \
-ltriSurface \
-ldistributed \
-lfiniteVolume \
-lmeshTools \
-lradiationModels