mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:27:55 +08:00
bcf51371d2
Define platform specific library names as CMake variables so they can be used to build demo programs w/o platform specific instructions. This includes optional components (e.g. OpenGL) and the MSVC specific extra object library (call_main) and the fact that we build only one "monolithic" shared library with MSVC. Also, enable building FLTK Forms library in CI builds.