From d49dd0153c7ee7890f1c75ad978831ac42874d81 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sat, 14 Mar 2020 21:08:39 +0100 Subject: [PATCH] Display VST build status in the summary --- cmake/SfizzConfig.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/SfizzConfig.cmake b/cmake/SfizzConfig.cmake index 81184a87..5696f712 100644 --- a/cmake/SfizzConfig.cmake +++ b/cmake/SfizzConfig.cmake @@ -79,6 +79,7 @@ Build using LTO: ${ENABLE_LTO} Build as shared library: ${SFIZZ_SHARED} Build JACK stand-alone client: ${SFIZZ_JACK} Build LV2 plug-in: ${SFIZZ_LV2} +Build VST plug-in: ${SFIZZ_VST} Build benchmarks: ${SFIZZ_BENCHMARKS} Build tests: ${SFIZZ_TESTS} Use vcpkg: ${SFIZZ_USE_VCPKG}