Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gpuaudio/processor_cmake

Repository files navigation

Processor

Configure

Configure on Windows:

cmake -S . -B ../@BUILD

Configure on macOS:

cmake -S . -B ../@BUILD -GXcode

Configure on Linux:

cmake -S . -B ../@BUILD -GNinja

Build

cmake --build ../@BUILD --config Release
cmake --build ../@BUILD --config RelWithDebInfo
cmake --build ../@BUILD --config Debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages