Adding deja-dup

This commit is contained in:
Gerardo J. Puerta
2020-05-02 20:22:48 +02:00
parent 0913011d7f
commit 807a967cde
31 changed files with 2920 additions and 3 deletions

View File

@ -0,0 +1,25 @@
From 58373b120db6d51c6d5eace38447cdb45ff858d1 Mon Sep 17 00:00:00 2001
From: Patric Schmitz <patric.schmitz@rwth-aachen.de>
Date: Tue, 28 Oct 2014 16:24:22 +0100
Subject: [PATCH] Include vtkPythonPackages in Web/JavaScript/CMakeLists.txt
Change-Id: Ie7bffa19bdaa78c5b090c886e50c1af76e2aadee
---
Web/Applications/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Web/Applications/CMakeLists.txt b/Web/Applications/CMakeLists.txt
index c9e7ad3..b4c9a60 100644
--- a/Web/Applications/CMakeLists.txt
+++ b/Web/Applications/CMakeLists.txt
@@ -12,6 +12,7 @@ set(WEB_APPLICATIONS
set(WEB_APPS_DEPENDS)
+include(vtkPythonPackages) # for copy_files_recursive
foreach(_app ${WEB_APPLICATIONS})
file(MAKE_DIRECTORY "${VTK_WWW_DIR}/apps/${_app}")
--
2.2.1