Pylyp Radionov
Results
3
comments of
Pylyp Radionov
Have the same issue;
You can export now HTML file with rendered plant uml
Thank you @MauganRa ! The solution works perfectly. Only thing I wish to add is CMake include/link statements: ``` add_executable(your_app_name main.cpp ) target_include_directories(your_app_name PUBLIC ${GUnit_SOURCE_DIR}/include) target_include_directories(your_app_name PUBLIC ${gtest_SOURCE_DIR}/include) target_include_directories(your_app_name PUBLIC...