Complete the following steps to trigger the project configuration and build procedures from the command prompt:
In the AOCL-FFTW project folder, create a folder out. Open the command prompt in this directory and run the following command to configure the project:
$ cmake .. -DBUILD_TESTS=ON -D[other options1] -D[other options2] -T ClangCl -G "Visual Studio 16 2019" && cmake --build . --config Release
Refer to AOCL-FFTW Config Options and update the parameter options in the command according to the project requirements.
The library files would be generated in the Release or Debug folder based on the project settings.
To verify the installed library, copy the test scripts from
\win\teststo\out\Releaseand runpython fftw_check.py.