EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/gpuOpenFOAM/lnInclude \
    -I$(LIB_SRC)/gpufiniteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/OpenCC/include \
    -I$(LIB_SRC)/transportModels-GPU/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/reactionThermo/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/thermophysicalProperties/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lgpufiniteVolume \
    -lmeshTools \
    -lopencc \
    -lcompressibleTransportModels-GPU \
    -lfluidThermophysicalModels-GPU \
    -lreactionThermophysicalModels-GPU \
    -lspecie-GPU \
    -lthermophysicalProperties-GPU
