Skip to content

Commit

Permalink
Merge pull request #4 from renn0xtek9/produce-graphviz-documentation
Browse files Browse the repository at this point in the history
produce graphviz documentation
  • Loading branch information
renn0xtek9 authored May 10, 2024
2 parents a5e1d23 + f4974f6 commit 6a419cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeGraphVizOptions.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SET (GRAPHVIZ_CUSTOM_TARGETS ON)
2 changes: 1 addition & 1 deletion scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rm -rf build
mkdir -p build
cd build
conan install ../conanfile.txt --profile:build=../conan_profiles/linux-x86 --profile:host=../conan_profiles/linux-x86 --build missing
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --graphviz=cmake.dot

0 comments on commit 6a419cb

Please sign in to comment.