Browse Source

temporary, hide paprogs pending changes

richarddobson 1 month ago
parent
commit
fd1dfaa3c1
1 changed files with 5 additions and 4 deletions
  1. 5 4
      dev/externals/CMakeLists.txt

+ 5 - 4
dev/externals/CMakeLists.txt

@@ -2,7 +2,8 @@ add_subdirectory(portsf)
 add_subdirectory(fastconv)
 add_subdirectory(fastconv)
 add_subdirectory(reverb)
 add_subdirectory(reverb)
 add_subdirectory(mctools)
 add_subdirectory(mctools)
-
-##if(USE_LOCAL_PORTAUDIO)
-  add_subdirectory(paprogs)
-##endif()
+# Oct 2025: NB: these will likely be moved to separate project PVXTOOLS
+# to enable Win32 CMake build using MSVC
+#if(USE_LOCAL_PORTAUDIO)
+#  add_subdirectory(paprogs)
+#endif()