Using Command-Line Arguments to Build - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

Complete the following steps to trigger the project configuration and build procedures from the command prompt:

  1. 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
    
  2. 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.

  3. To verify the installed library, copy the test scripts from \win\tests to \out\Release and run python fftw_check.py.