Meumeu / ZephyrusBling

A utility to display images on the LEDs on the back of the Zephyrus G14 laptop
69 stars 9 forks source link

Build headers into a static library for use in other projects #5

Closed Baldomo closed 3 years ago

Baldomo commented 3 years ago

I wanted to be able to use ZephyrusBling's functions in other applications so I modified CMakeLists.txt to also export zephyrusbling_common as a static library. I also have a fully working external project prototype using include_subdirectory() with ZephyrusBling as a git submodule. First commit message:

Updated CMakeLists.txt to also build headers as a static library to be imported in other programs