cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Install a CMake config file #86

Closed cschreib closed 2 years ago

cschreib commented 2 years ago

This is the "modern" way to install a library built using CMake, as it avoids the need for a FindXXX.cmake file. Other projects using lxgui may not want to bother with our Findlxgui.cmake, and expect the config file to be there.