I am developing a program for PC, I want the program to be able to create PDFs so I wanted to use luahpdf module
https://github.com/jung-kurt/luahpdf
But turns everytime I try to include the C library in my project corona searches for a lua file
require hpdf
searches for hpdf.lua
require hpdf.c
searches for c.lua in a hpdf folder
Does corona even support including a C library ? and if not then what are my options ?