Skip to content

Instantly share code, notes, and snippets.

@prikansaritual
Created February 13, 2017 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prikansaritual/5c679f18a2c9008003e8ef982315622e to your computer and use it in GitHub Desktop.
Save prikansaritual/5c679f18a2c9008003e8ef982315622e to your computer and use it in GitHub Desktop.
module definition
module = {}
module.srcfiles = { module_path .. "/src/file1.c" ,
module_path .. "/src/file2.c"
}
ppcast_core_controller.includepaths = { module_path .. "/inc/" }
ppcast_core_controller.linklibs = { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment