Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 967 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 967 Bytes

ChorusKit

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

Dependencies

Components

ExtensionSystem

ChorusKit Utilities

Build & Install

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

cmake --build build --target all

cmake --build build --target install