diff --git a/doxygen/building.html b/doxygen/building.html deleted file mode 100644 index 0dd579b..0000000 --- a/doxygen/building.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - -ToolMap: Building the program - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - -
-
ToolMap -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
Building the program
-
-
-

Conan is used to build ToolMap and manage its dependencies. The following steps are used to build the program :

       conan install .. -s build_type=<BUILD_TYPE> -o <OPTIONS>
-
    -
  • BUILD_TYPE : Debug, Release
  • -
  • OPTIONS : unit_test=True, code_coverage=True
        conan build ..
    -
    If using cmake instead of conan build, the following options are available :
  • -
-

-D CMAKE_BUILD_TYPE=<Debug|Release> -D USE_CODECOV=1 -D USE_UNITTEST=1 -D USE_CODECOVERAGE_IDE=1 Append the flags needed for running code coverage inside the IDE

-
-
-
- - - - diff --git a/doxygen/index.html b/doxygen/index.html index cb6d694..68a8e0a 100644 --- a/doxygen/index.html +++ b/doxygen/index.html @@ -116,7 +116,6 @@

Documentation topics

To find our way in all the documentated class of the programm, We have sorted our documentation based on topics or part of the program. Some topics are presented here :