Adapt fpmake to use of fpmkunit table

This commit is contained in:
Pierre Muller 2023-09-26 05:30:37 +00:00
parent 69c4464a07
commit 6d4c7b498a

View File

@ -221,6 +221,9 @@ begin
P.Version:='3.3.1';
P.Dependencies.Add('fcl-base');
{$ifdef TEST_FPMKUNIT}
P.Dependencies.Add('fpmkunit');
{$endif}
T:=P.Targets.AddProgram('fpcmake.pp');