Building with Visual Studio IDE (Command Line) - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English
  1. Go to AOCL-FFTZ source package and create a folder named build.

  2. Go to the build folder.

  3. Use the following command to configure and build the library & test bench executable.

cmake .. -T ClangCl -G <installed Visual Studio version> && cmake --build . --config Release --target INSTALL