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