mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 08:51:36 +02:00
* Added fpjsondataset
git-svn-id: trunk@19862 -
This commit is contained in:
parent
22dd93858d
commit
aaf7db3904
@ -37,6 +37,7 @@ begin
|
||||
P.SourcePath.Add('src/sqldb/examples');
|
||||
P.SourcePath.Add('src/sqldb/oracle');
|
||||
P.SourcePath.Add('src/sdf');
|
||||
P.SourcePath.Add('src/json');
|
||||
P.SourcePath.Add('src/datadict');
|
||||
P.SourcePath.Add('src/memds');
|
||||
P.SourcePath.Add('src/codegen');
|
||||
@ -661,6 +662,9 @@ begin
|
||||
end;
|
||||
T.ResourceStrings := True;
|
||||
|
||||
// JSON
|
||||
T:=P.Targets.AddUnit('fpjsondataset.pp');
|
||||
|
||||
P.ExamplePath.Add('tests');
|
||||
T:=P.Targets.AddExampleProgram('dbftoolsunit.pas');
|
||||
T:=P.Targets.AddExampleProgram('dbtestframework.pas');
|
||||
|
Loading…
Reference in New Issue
Block a user