Fix for bug #77162: Consider installing OADB files
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Jan 2011 16:24:17 +0000 (16:24 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Jan 2011 16:24:17 +0000 (16:24 +0000)
OADB/CMakelibOADB.pkg

index 43c7d4280689f47aebdeba4035952d078dd20cb9..446a3620f5043b4ef22e23d7d8ab6dfc55dd8062 100644 (file)
@@ -7,3 +7,8 @@ set ( DHDR  OADBLinkDef.h)
 
 set ( EXPORT ${HDRS})
 
+
+# Install data to destination 
+install (DIRECTORY COMMON PWG1 PWG2 PWG3 PWG4 
+         DESTINATION OADB 
+        PATTERN ".svn" EXCLUDE)
\ No newline at end of file