Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Oct 28, 2023
1 parent a85ed75 commit f1dc008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/fhirconsole.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="..\dependencies\openssl\$(TargetOS)-$(TargetCPU)"/>
<OtherUnitFiles Value="admin;tx;..\dependencies\FMM"/>
<OtherUnitFiles Value="admin;tx;..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;..\library\fcomp\tests;modules;tests"/>
<UnitOutputDirectory Value="lib\console\$(BuildMode)"/>
</SearchPaths>
<Parsing>
Expand Down Expand Up @@ -238,7 +238,7 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="..\dependencies\openssl\$(TargetOS)-$(TargetCPU)"/>
<OtherUnitFiles Value="admin;tx;..\dependencies\FMM"/>
<OtherUnitFiles Value="admin;tx;..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;..\library\fcomp\tests;modules;tests"/>
<UnitOutputDirectory Value="lib\console\$(BuildMode)"/>
</SearchPaths>
<CodeGeneration>
Expand Down

0 comments on commit f1dc008

Please sign in to comment.