[moco] Remove empty directories (#4177)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 10 Jul 2019 05:55:39 +0000 (14:55 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 10 Jul 2019 05:55:39 +0000 (14:55 +0900)
Most of implementations are now in moco-tf and moco-onnx.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/moco/CMakeLists.txt
contrib/moco/lib/CMakeLists.txt [deleted file]
contrib/moco/lib/frontend/CMakeLists.txt [deleted file]
contrib/moco/tools/CMakeLists.txt [deleted file]

index cc29966..779cf49 100644 (file)
@@ -1,2 +1,3 @@
-add_subdirectory(lib)
-add_subdirectory(tools)
+# WARNING DO NOT DELETE this CMakeLists.txt.
+#
+# This file is necessary to use "moco" as a meta package
diff --git a/contrib/moco/lib/CMakeLists.txt b/contrib/moco/lib/CMakeLists.txt
deleted file mode 100644 (file)
index 4dcc379..0000000
+++ /dev/null
@@ -1 +0,0 @@
-add_subdirectory(frontend)
diff --git a/contrib/moco/lib/frontend/CMakeLists.txt b/contrib/moco/lib/frontend/CMakeLists.txt
deleted file mode 100644 (file)
index 5ea6cda..0000000
+++ /dev/null
@@ -1 +0,0 @@
-add_subdirectories()
diff --git a/contrib/moco/tools/CMakeLists.txt b/contrib/moco/tools/CMakeLists.txt
deleted file mode 100644 (file)
index 5ea6cda..0000000
+++ /dev/null
@@ -1 +0,0 @@
-add_subdirectories()