diff --git a/LCS/ACC/PLC/include/PLC/CMakeLists.txt b/LCS/ACC/PLC/include/PLC/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..438322c1785e4dad23f7dca6c98236f7124a3e33
--- /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
+  )