Updated the clang-uml build path after cmake refactor

This commit is contained in:
Bartek Kryza
2023-02-18 22:20:28 +01:00
parent 28572e74c5
commit c2b83e2396
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ document_test_cases: test_plantuml
clanguml_diagrams: debug
mkdir -p docs/diagrams
debug/clang-uml
debug/src/clang-uml
plantuml -tsvg -nometadata docs/diagrams/*.puml
python3 util/format_svg.py docs/diagrams/*.svg

View File

@@ -68,7 +68,7 @@ git clone https://github.com/bkryza/clang-uml
cd clang-uml
# Please note that top level Makefile is just a convenience wrapper for CMake
make release
release/clang-uml --help
release/src/clang-uml --help
# To build using a specific installed version of LLVM use:
LLVM_VERSION=14 make release