소스 검색

added target entt_aob

Michele Caini 8 년 전
부모
커밋
9d0ab7ed70
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      CMakeLists.txt

+ 14 - 0
CMakeLists.txt

@@ -91,3 +91,17 @@ find_package(Doxygen 1.8)
 if(DOXYGEN_FOUND)
 if(DOXYGEN_FOUND)
     add_subdirectory(docs)
     add_subdirectory(docs)
 endif()
 endif()
+
+#
+# AOB
+#
+
+add_custom_target(
+    entt_aob
+    SOURCES
+        appveyor.yml
+        AUTHORS
+        LICENSE
+        README.md
+        .travis.yml
+)