commit d358211919b50f999bd3b9018e70d202a8b85b2b parent fe849ec8335a74b9ecfc90f970419c190fb6fb09 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Sat, 22 May 2021 23:53:37 +0200 oups Diffstat:
M | examples/CMakeLists.txt | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt @@ -2,8 +2,9 @@ if (ENABLE_CLAP_HOST) add_subdirectory(host) endif() -if (ENABLE_CLAP_SYNAESTHESIS OR ENABLE_CLAP_PLUGINS) - add_subdirectory(synaesthesis) +if (ENABLE_CLAP_GUI OR ENABLE_CLAP_PLUGINS) + add_subdirectory(gui) + add_subdirectory(gui-proxy) endif() if (ENABLE_CLAP_PLUGINS)