Skip to content
Prev 8888 / 10988 Next

[Rcpp-devel] Specify Rcpp header location in Makevars

You need LinkingTo: Rcpp

And the information goes into the CLINK_CPPFLAGS variable if you really need to make a custom rule for .cpp files

Romain