From c1d6964e6f3d22e38f6bb8c3106b53e75077eba0 Mon Sep 17 00:00:00 2001
From: Martin Gels <gels@astron.nl>
Date: Fri, 6 Mar 2009 08:58:05 +0000
Subject: [PATCH] bug 1005: Updated cmake file(s).

---
 LCS/ACC/PLC/include/PLC/CMakeLists.txt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 LCS/ACC/PLC/include/PLC/CMakeLists.txt

diff --git a/LCS/ACC/PLC/include/PLC/CMakeLists.txt b/LCS/ACC/PLC/include/PLC/CMakeLists.txt
new file mode 100644
index 00000000000..438322c1785
--- /dev/null
+++ b/LCS/ACC/PLC/include/PLC/CMakeLists.txt
@@ -0,0 +1,20 @@
+## ------------------------------------------------------------------------------
+## Include files
+
+file (GLOB libplc_HEADERS DH_ProcControl.h
+			  BGLConnection.h
+			  PCCmd.h
+			  ProcControlComm.h
+			  ProcControlServer.h
+			  ProcessControl.h
+			  ProcCtrlProxy.h
+			  ProcCtrlCmdLine.h
+			  ProcCtrlRemote.h
+			  ACCmain.h )
+
+## ------------------------------------------------------------------------------
+## Installation
+   
+install (FILES ${libplc_HEADERS}
+  DESTINATION include/PLC
+  )
-- 
GitLab