File tree Expand file tree Collapse file tree 3 files changed +319
-242
lines changed Expand file tree Collapse file tree 3 files changed +319
-242
lines changed Original file line number Diff line number Diff line change 3030* any cdynamic to support const ownership construction
3131* allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
3232* FetchContent_Populate -> FetchContent_MakeAvailable warnings
33+ * doc: IMPLICIT_DIR_DOCS for dir docs or \dir
Original file line number Diff line number Diff line change 11# Doxygen configuration (documentation)
22
3- find_package (Doxygen 1.10 )
3+ find_package (Doxygen 1.13 )
44
55if (DOXYGEN_FOUND)
66 include (FetchContent)
@@ -51,9 +51,9 @@ if(DOXYGEN_FOUND)
5151 )
5252
5353 if (ENTT_INSTALL)
54- install (
55- DIRECTORY ${DOXY_OUTPUT_DIRECTORY} /html
56- DESTINATION share/${PROJECT_NAME} -${PROJECT_VERSION} /
57- )
58- endif ()
54+ install (
55+ DIRECTORY ${DOXY_OUTPUT_DIRECTORY} /html
56+ DESTINATION share/${PROJECT_NAME} -${PROJECT_VERSION} /
57+ )
58+ endif ()
5959endif ()
You can’t perform that action at this time.
0 commit comments