Files
FACULTATE-ELECTRONAT/lib_finder.script
T
2022-06-05 14:20:43 +03:00

8 lines
117 B
Plaintext

function SetBuildOptions(base)
{
if ( "LibFinder" in getroottable() )
{
LibFinder.SetupTarget(base);
}
}