mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Unit tests now run using shared wpilib as well, since we had to add a ton of sharedl ibraries anyway. Test scripts also updated to work properly.
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
/* GNU ld script */
|
|
OUTPUT_FORMAT(elf32-littlearm)
|
|
GROUP ( AS_NEEDED ( -lwpilibc -lHALAthena -lntcore -lwpiutil -lcscore -lopencv -lnilibraries ) )
|