Browse Source

Adapt fpmake to use of fpmkunit table

Pierre Muller 1 year ago
parent
commit
d1a12846ba
1 changed files with 3 additions and 0 deletions
  1. 3 0
      utils/fpcm/fpmake.pp

+ 3 - 0
utils/fpcm/fpmake.pp

@@ -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');