MINGW-packages/mingw-w64-portaudio/0002-cmake-add-cpp-binding.patch
2022-01-25 08:53:13 +05:30

11 lines
281 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 122fe93..738a099 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -485,3 +485,5 @@ OPTION(PA_BUILD_EXAMPLES "Include example projects" OFF)
IF(PA_BUILD_EXAMPLES)
SUBDIRS(examples)
ENDIF()
+
+add_subdirectory(bindings/cpp)