options 823 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/gpufiniteVolume/lnInclude \
    -I$(LIB_SRC)/gpuOpenFOAM/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels-GPU/turbulenceModels/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels-GPU/incompressible/lnInclude \
    -I$(LIB_SRC)/transportModels-GPU \
    -I$(LIB_SRC)/transportModels-GPU/incompressible/singlePhaseTransportModel \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/dynamicFvMesh/lnInclude

EXE_LIBS = \
    -lgpufiniteVolume \
    -lgpuOpenFOAM \
    -lmeshTools \
    -lsampling \
    -lturbulenceModels-GPU \
    -lincompressibleTurbulenceModels-GPU \
    -lincompressibleTransportModels-GPU \
    -ldynamicMesh \
    -ldynamicFvMesh \
    -ltopoChangerFvMesh