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
