From 0ed2d8e6d9940a7740995747e737ea1909629617 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Wed, 7 Jul 2021 13:41:35 +0200 Subject: [PATCH] makers example in the right folder Signed-off-by: ahcorde --- examples/{ => standalone}/marker/CMakeLists.txt | 0 examples/{ => standalone}/marker/README.md | 0 examples/{ => standalone}/marker/marker.cc | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => standalone}/marker/CMakeLists.txt (100%) rename examples/{ => standalone}/marker/README.md (100%) rename examples/{ => standalone}/marker/marker.cc (100%) diff --git a/examples/marker/CMakeLists.txt b/examples/standalone/marker/CMakeLists.txt similarity index 100% rename from examples/marker/CMakeLists.txt rename to examples/standalone/marker/CMakeLists.txt diff --git a/examples/marker/README.md b/examples/standalone/marker/README.md similarity index 100% rename from examples/marker/README.md rename to examples/standalone/marker/README.md diff --git a/examples/marker/marker.cc b/examples/standalone/marker/marker.cc similarity index 100% rename from examples/marker/marker.cc rename to examples/standalone/marker/marker.cc