Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 702 Bytes

File metadata and controls

31 lines (20 loc) · 702 Bytes

ChorusKit

ChorusKit is a plugin framework derived from Qt Creator for SVS applications.

Dependencies

Components

ExtensionSystem

Build & Install

cmake -B build -G Ninja \
    -DCMAKE_INSTALL_PREFIX:STRING=<dir>

cmake --build build --target all

cmake --build build --target install