fcl-css in build

This commit is contained in:
Michaël Van Canneyt 2022-03-26 13:31:19 +01:00
parent 5b3953dde3
commit 5377cee3a2
3 changed files with 8 additions and 1 deletions

View File

@ -354,7 +354,7 @@ Const
implementation
uses SysUtils, Classes, rtlConsts, fpjson;
uses SysUtils, Classes, rtlConsts;
Const
sIndent = ' ';

View File

@ -149,4 +149,5 @@
add_mustache(ADirectory+IncludeTrailingPathDelimiter('fcl-mustache'));
add_wasmtime(ADirectory+IncludeTrailingPathDelimiter('wasmtime'));
add_gitlab(ADirectory+IncludeTrailingPathDelimiter('gitlab'));
add_fcl_css(ADirectory+IncludeTrailingPathDelimiter('fcl-css'));

View File

@ -196,6 +196,12 @@ begin
{$include fcl-xml/fpmake.pp}
end;
procedure add_fcl_css(const ADirectory: string);
begin
with Installer do
{$include fcl-css/fpmake.pp}
end;
procedure add_fftw(const ADirectory: string);
begin
with Installer do