# --- FILE: localLLM/src/Makevars (For torch-like scheme) ---

# Rcpp dependency compilation flags
# Rcpp::compileAttributes() handles most things automatically
# We only need to ensure it can find Rcpp header files
PKG_CPPFLAGS = `$(R_HOME)/bin/Rscript -e "Rcpp:::CxxFlags()"`
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` 
