Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
4 lines (4 sloc) 232 Bytes
CXX_STD = CXX11
PKG_LIBS = `$(R_HOME)/bin/Rscript -e 'ROpenCVLite::opencvConfig("libs")'`
PKG_CPPFLAGS = `$(R_HOME)/bin/Rscript -e 'ROpenCVLite::opencvConfig("cflags")'`
PKG_CXXFLAGS = `$(R_HOME)/bin/Rscript -e 'Rcpp:::CxxFlags()'`
You can’t perform that action at this time.