Browse Source

cmake: remove aob workflow

Michele Caini 3 years ago
parent
commit
0060479e33
1 changed files with 0 additions and 19 deletions
  1. 0 19
      CMakeLists.txt

+ 0 - 19
CMakeLists.txt

@@ -313,22 +313,3 @@ if(ENTT_BUILD_DOCS)
         add_subdirectory(docs)
     endif()
 endif()
-
-#
-# AOB
-#
-
-add_custom_target(
-    aob
-    SOURCES
-        .github/workflows/build.yml
-        .github/workflows/coverage.yml
-        .github/workflows/deploy.yml
-        .github/workflows/sanitizer.yml
-        .github/FUNDING.yml
-        AUTHORS
-        CONTRIBUTING.md
-        LICENSE
-        README.md
-        TODO
-)