@@ -110,15 +110,15 @@ To generate the documentation execute the following command:
...
@@ -110,15 +110,15 @@ To generate the documentation execute the following command:
To use this library in an other library or application, in the CMakeLists.txt file, first it is necessary to locate if the library has been installed or not using the following command
To use this library in an other library or application, in the CMakeLists.txt file, first it is necessary to locate if the library has been installed or not using the following command
``` FIND_PACKAGE(asterx1\_gps) ```
``` FIND_PACKAGE(asterx1_gps) ```
In the case that the package is present, it is necessary to add the header files directory to the include directory path by using
In the case that the package is present, it is necessary to add the header files directory to the include directory path by using