* Dotted filenames for package fftw

This commit is contained in:
Michaël Van Canneyt 2023-03-06 14:58:00 +01:00
parent 46785d3884
commit ce140620b9
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
unit Api.Fftw_s;
{$DEFINE FPC_DOTTEDUNITS}
{$i fftw_s.pas}

View File

@ -0,0 +1,3 @@
src/fftw_s.pas=namespaced/Api.Fftw_s.pas
{s*:src/}=namespaced/
{i+:src/}

View File

@ -1,4 +1,6 @@
{$IFNDEF FPC_DOTTEDUNITS}
unit fftw_s;
{$ENDIF FPC_DOTTEDUNITS}
{
FFTW - Fastest Fourier Transform in the West library