options 495 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EXE_INC = \
    -I$(LIB_SRC)/gpufiniteVolume/lnInclude \
    -I$(LIB_SRC)/gpuOpenFOAM/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/transportModels-GPU/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/specie/lnInclude

LIB_LIBS = \
    -lgpufiniteVolume \
    -lgpuOpenFOAM \
    -lfiniteVolume \
    -lcompressibleTransportModels-GPU \
    -lfluidThermophysicalModels-GPU \
    -lspecie-GPU