From dcd10149feac4c17247a5e06cf850df6ed8e4aab Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 18 Nov 2019 09:07:05 +0100 Subject: [PATCH] Lagom: Move this into Meta/ This is more of a meta thing, since it's not seeing active development, but is just a way for me to build some Serenity parts and include them in other projects. Move it out of the root to keep things tidy. --- {Lagom => Meta/Lagom}/.gitignore | 0 {Lagom => Meta/Lagom}/CMakeLists.txt | 0 {Lagom => Meta/Lagom}/ReadMe.md | 0 {Lagom => Meta/Lagom}/SimpleIPC.ipc | 0 {Lagom => Meta/Lagom}/SimpleIPCClient.cpp | 0 {Lagom => Meta/Lagom}/SimpleIPCServer.cpp | 0 {Lagom => Meta/Lagom}/TestApp.cpp | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {Lagom => Meta/Lagom}/.gitignore (100%) rename {Lagom => Meta/Lagom}/CMakeLists.txt (100%) rename {Lagom => Meta/Lagom}/ReadMe.md (100%) rename {Lagom => Meta/Lagom}/SimpleIPC.ipc (100%) rename {Lagom => Meta/Lagom}/SimpleIPCClient.cpp (100%) rename {Lagom => Meta/Lagom}/SimpleIPCServer.cpp (100%) rename {Lagom => Meta/Lagom}/TestApp.cpp (100%) diff --git a/Lagom/.gitignore b/Meta/Lagom/.gitignore similarity index 100% rename from Lagom/.gitignore rename to Meta/Lagom/.gitignore diff --git a/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt similarity index 100% rename from Lagom/CMakeLists.txt rename to Meta/Lagom/CMakeLists.txt diff --git a/Lagom/ReadMe.md b/Meta/Lagom/ReadMe.md similarity index 100% rename from Lagom/ReadMe.md rename to Meta/Lagom/ReadMe.md diff --git a/Lagom/SimpleIPC.ipc b/Meta/Lagom/SimpleIPC.ipc similarity index 100% rename from Lagom/SimpleIPC.ipc rename to Meta/Lagom/SimpleIPC.ipc diff --git a/Lagom/SimpleIPCClient.cpp b/Meta/Lagom/SimpleIPCClient.cpp similarity index 100% rename from Lagom/SimpleIPCClient.cpp rename to Meta/Lagom/SimpleIPCClient.cpp diff --git a/Lagom/SimpleIPCServer.cpp b/Meta/Lagom/SimpleIPCServer.cpp similarity index 100% rename from Lagom/SimpleIPCServer.cpp rename to Meta/Lagom/SimpleIPCServer.cpp diff --git a/Lagom/TestApp.cpp b/Meta/Lagom/TestApp.cpp similarity index 100% rename from Lagom/TestApp.cpp rename to Meta/Lagom/TestApp.cpp