Przeglądaj źródła

accidentally added

c.trauma 10 lat temu
rodzic
commit
a6737440e6
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      Build/CMake/Modules/AtomicDocList.cmake

+ 0 - 7
Build/CMake/Modules/AtomicDocList.cmake

@@ -1,7 +0,0 @@
-# create target to generate docs with clang based doc tool
-# NB: pretty brute force ATM
-if(EXISTS "/usr/local/bin/cldoc")
-   add_custom_target(AtomicEngineDocs 
-    DEPENDS AtomicEditorDocs AtomicDocs
-    )
-endif()