Lines Matching refs:library
4 The following shows how to port the double-conversion library.
32 Cross-compile the double-conversion library by modifying the toolchain to generate executable files…
38 …library using CMake as well as the testing methods. This document focuses on the building, compila…
86 …After step 2 is complete, a static library file and test cases are generated in the **build** dire…
92 | double-conversion/build/libdouble-conversion.a | Static library file |
121 …library is not cross-compiled, you can execute the test cases by running the **make test** command…
175 1. Copy the double-conversion library to the OpenHarmony project.
177 …library that can be cross-compiled to the **third\_party** directory of OpenHarmony. To avoid modi…
179 **Table 3** Directory structure of the ported library
183 …rd_party/double-conversion/BUILD.gn | GN file for adding the third-party library to the OpenHarmon…
185 …| OpenHarmony/third_party/double-conversion/config.gni | Third-party library compilation configura…
186 …rd_party/double-conversion/double-conversion/ | Directory of the third-party library to be ported |
213 …- The newly added **config.gni** file is used to configure the library in the following example …
275 …on item in the configuration file to control compiling of the library. By default, library compila…
285 3. Build the library.
293 …If the compilation is successful, a static library file and test cases will be generated in the **…