EXE_INC = \
    -std=c++14 \
    -Wno-old-style-cast -Wno-redundant-move \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(TORCH_LIBRARIES)/include \
    -I$(TORCH_LIBRARIES)/include/torch/csrc/api/include \
    -I$(TORCH_LIBRARIES)/include/c10 \

EXE_LIBS = \
    -lfiniteVolume \
    -Wl,-rpath,$(TORCH_LIBRARIES)/lib \
    $(TORCH_LIBRARIES)/lib/libtorch.so \
    $(TORCH_LIBRARIES)/lib/libc10.so \
    $(TORCH_LIBRARIES)/lib/libtorch_cpu.so
