From 93d4e3a4632c2dbfaffd019c01809636695f0cd7 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Wed, 3 Jun 2020 11:18:14 -0500 Subject: [PATCH] Bug 2468 (Python Scripting of Nyquist Effects) --- modules/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index b6d4c815d..1b63df7db 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -3,3 +3,9 @@ add_subdirectory( mod-null ) add_subdirectory( mod-nyq-bench ) add_subdirectory( mod-script-pipe ) + +if( NOT "${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio*" ) + install( DIRECTORY "${_DEST}/modules" + DESTINATION "${_PKGDATA}" ) +endif() +