Do not include binary examples excluded via d/copyright
authorAnton Gladky <gladk@debian.org>
Tue, 28 Feb 2023 01:17:57 +0000 (01:17 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 28 Feb 2023 01:17:57 +0000 (01:17 +0000)
Last-Update: 2018-06-10

Gbp-Pq: Name do_not_install_binary_examples.patch

CMakeLists.txt
data/CMakeLists.txt [deleted file]

index 929dccbbf12f0f0cf24ac92de44cff25797c9afd..a8b5a682fc69f7a146d43775f0d1241839721eb4 100644 (file)
@@ -85,7 +85,6 @@ SetLibraryVersions()
 SetGlobalCompilerAndLinkerSettings()
 
 add_subdirectory(src)
-add_subdirectory(data)
 
 BuildAndInstallDesignerPlugin()
 
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
deleted file mode 100644 (file)
index fa8e5aa..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-add_subdirectory(examples)
-
-INSTALL(
-    FILES
-        License.txt
-    DESTINATION
-        ${CMAKE_INSTALL_DATADIR}
-)
-