EXE_INC = \
    -I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude

LIB_LIBS = \
    -lthermophysicalProperties \
    -lspecie

ifdef Ctoo_VSCode
    Ctoo = $(Ctoo_VSCode)
endif
