blob: 587e4a4219a9ca148baff50131d0ce2178a01331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: ZynAddSubFX-2.4.1/CMakeLists.txt
===================================================================
--- ZynAddSubFX-2.4.1.orig/CMakeLists.txt
+++ ZynAddSubFX-2.4.1/CMakeLists.txt
@@ -5,7 +5,3 @@ project(zynaddsubfx)
enable_testing()
#Currently the only directory that uses cmake
add_subdirectory(src)
-
-install(FILES AUTHORS.txt COPYING FAQ.txt HISTORY.txt README.txt
- DESTINATION share/doc/zynaddsubfx
- )
|