diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-04-30 01:12:38 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-04-30 01:12:38 +0800 |
commit | bd165c0254b9095bb9e5ea54def56b6404033ebe (patch) | |
tree | e6e965ff343c0cd4feea0180dd63522e05085567 /visualization/CMakeLists.txt | |
parent | 8766f3b12e13d40b65eca23a850f687b0043d022 (diff) | |
download | QMidiPlayer-bd165c0254b9095bb9e5ea54def56b6404033ebe.tar.xz |
Add visualization renderer.
Add API for getting raw pitch bend values.
Fix non-compliant RPN handling.
The visualization renderer is still at the "proof-of-concept" stage.
It's not very usable (yet).
Diffstat (limited to 'visualization/CMakeLists.txt')
-rw-r--r-- | visualization/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visualization/CMakeLists.txt b/visualization/CMakeLists.txt index 678f4a7..6d474e0 100644 --- a/visualization/CMakeLists.txt +++ b/visualization/CMakeLists.txt @@ -17,6 +17,8 @@ set(BUILD_DUMB ON) set(BUILD_EXAMPLE OFF) add_subdirectory(SMELT) +add_subdirectory(renderer) + find_package(glfw3 REQUIRED) find_package(GLEW REQUIRED) find_package(DevIL REQUIRED) |