Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
4 lines (4 sloc) 368 Bytes
CXX_STD = CXX11
PKG_LIBS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "ROpenCVLite::opencvConfig('libs', arch = Sys.getenv('R_ARCH'))")
PKG_CPPFLAGS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "ROpenCVLite::opencvConfig('cflags', arch = Sys.getenv('R_ARCH'))")
PKG_CXXFLAGS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::CxxFlags()")
You can’t perform that action at this time.