Updated README with Doxygen option (#30)

This commit is contained in:
Michele Adduci
2022-02-22 07:12:02 +01:00
committed by GitHub
parent e6d48db28e
commit 3f778ea6bd

View File

@@ -52,8 +52,9 @@ The following instructions will guide you to build openE57 as a standard CMake P
Available CMake Options are:
* BUILD_EXAMPLES
* BUILD_TOOLS
* BUILD_DOCS - builds the Doxygen documentation (requires Doxygen and Graphviz)
* BUILD_EXAMPLES - builds the API examples
* BUILD_TOOLS - builds the binary tools to validate and dump E57 files
* BUILD_TESTS - actually unsupported (no tests yet available)
* BUILD_SHARED_LIBS - actually unsupported (missing exported symbols)
* BUILD_WITH_MT - instructs CMake to set the correct [`CMAKE_MSVC_RUNTIME_LIBRARY`](https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html?highlight=cmake_msvc_runtime_library) flag for Visual Studio