mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +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.