blob: 89246ebbf631f4610f6f9d9122cbecae931946f7 (
plain)
1
2
3
4
5
6
7
|
--- wt-2.99.0/src/Wt/Ext/CMakeLists.txt 2009-03-11 21:30:10.000000000 +0100
+++ wt-2.99.0/src/Wt/Ext/CMakeLists.txt.new 2009-03-11 21:31:33.000000000 +0100
@@ -1,2 +1,3 @@
-INSTALL_FILES(/include/Wt/Ext "...+[^Ch~]$")
+# avoid CMake* getting included
+INSTALL_FILES(/include/Wt/Ext "^[A-Z][a-z].*[^Ch~]$")
INSTALL_FILES(/include/Wt/Ext ExtDllDefs.h)
|