6cc907361462028b36a7d74da9be0d3d8a7becc1
clang-uml - Clang based UML generator
Compiling, installing and running your code
To compile the project, run the following in the project root:
mkdir build
cd build
cmake ..
make
To install the project in /usr/local/, run the following in the build/
directory created above:
make install
To run unit tests via CTest, again run the following in the build/ directory:
make test
or
ctest
Languages
C++
96.9%
CMake
1%
Python
0.7%
Makefile
0.7%
Shell
0.4%
Other
0.1%