cschreib / lxgui

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

Upgrade CMake script to enable building dynamic library #57

Closed cschreib closed 3 years ago

cschreib commented 3 years ago

This is now possible by passing the standard -DBUILD_SHARED_LIBS=1 CMake command line option. Default is to build static libs.