Nothing
#!/usr/bin/env Rscript
args <- commandArgs(trailingOnly = TRUE)
fn <- args[[1]]
txt <- readLines(fn)
txt <- sub(
".*INTERFACE_INCLUDE_DIRECTORIES.*",
' INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"',
txt
)
writeLines(txt, fn)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.