mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This allows sim modules to be statically linked into an executable to create a "perfectly static" simulated desktop program. The entry point was changed to be unique when building static libraries to avoid symbol collisions.