clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit aa411bc0e8dd6dc1c2a2a33e7bce878d49ce0894
parent a1f239f13504e41a6a69532e5a9d791f8ea7b15b
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue,  7 Sep 2021 21:03:03 +0200

Remove dead code

Diffstat:
Mexamples/CMakeLists.txt | 1-
Dexamples/gui-proxy/CMakeLists.txt | 4----
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt @@ -11,7 +11,6 @@ endif() if(ENABLE_CLAP_GUI OR ENABLE_CLAP_PLUGINS) add_subdirectory(io) add_subdirectory(gui) - #add_subdirectory(gui-proxy) endif() if(ENABLE_CLAP_PLUGINS) diff --git a/examples/gui-proxy/CMakeLists.txt b/examples/gui-proxy/CMakeLists.txt @@ -1,3 +0,0 @@ -add_library(clap-gui-proxy STATIC -) -set_target_properties(clap-gui-proxy PROPERTIES POSITION_INDEPENDENT_CODE TRUE) -\ No newline at end of file