changeset 60:e44ee0197d1a

libopus: forgot debug options
author David Demelier <markand@malikania.fr>
date Fri, 10 Mar 2023 14:05:52 +0100
parents d322c18c62c2
children 5ea6e92e1876
files libopus.md
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libopus.md	Fri Mar 10 14:03:46 2023 +0100
+++ b/libopus.md	Fri Mar 10 14:05:52 2023 +0100
@@ -18,6 +18,9 @@
 	cmake -S . -B build
 		-DCMAKE_BUILD_TYPE=Debug
 		-DCMAKE_INSTALL_PREFIX=C:/pkg/vs/debug
+		-DBUILD_SHARED_LIBS=On
+		-DOPUS_BUILD_PROGRAMS=Off
+		-DOPUS_INSTALL_PKG_CONFIG_MODULE=Off
 		-G"NMake Makefiles"
 
 ### Visual Studio (release)