linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

Added preliminary CMake support files (WIP) #32

Closed studiofuga closed 6 years ago

studiofuga commented 6 years ago

Added LibUsbgxConfig.cmake.in that should generate a LibUsbgxConfig.cmake to install in ${libdir}/cmake/LibUsbgx. ISSUE: the paths must not contain unexpanded macros because CMake don't know how to expand them.