From 4dbba3f1cc42c94e3fdea103b2b6b4d6003f786b Mon Sep 17 00:00:00 2001 From: redtide Date: Thu, 4 Feb 2021 20:43:55 +0100 Subject: [PATCH] Added missing build options status --- cmake/SfizzConfig.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/SfizzConfig.cmake b/cmake/SfizzConfig.cmake index 56580ed3..a838f951 100644 --- a/cmake/SfizzConfig.cmake +++ b/cmake/SfizzConfig.cmake @@ -89,12 +89,15 @@ Build processor: ${SFIZZ_SYSTEM_PROCESSOR} Build using LTO: ${ENABLE_LTO} Build as shared library: ${SFIZZ_SHARED} Build JACK stand-alone client: ${SFIZZ_JACK} +Build render client: ${SFIZZ_RENDER} Build LV2 plug-in: ${SFIZZ_LV2} Build LV2 user interface: ${SFIZZ_LV2_UI} Build VST plug-in: ${SFIZZ_VST} Build AU plug-in: ${SFIZZ_AU} Build benchmarks: ${SFIZZ_BENCHMARKS} Build tests: ${SFIZZ_TESTS} +Build demos: ${SFIZZ_DEMOS} +Build devtools: ${SFIZZ_DEVTOOLS} Use sndfile: ${SFIZZ_USE_SNDFILE} Use vcpkg: ${SFIZZ_USE_VCPKG} Statically link dependencies: ${SFIZZ_STATIC_DEPENDENCIES}