# Porting a Library Built Using CMake - [Source Code Acquisition](#section1771132116245) - [Porting Guidelines](#section9737174410328) - [Cross-Compilation](#section38205577332) - [Compilation Reference](#section1088111263418) - [Cross-Compilation Settings](#section8168182883515) - [Library Test](#section6686144293611) - [Adding the Compiled double-conversion Library to the Project](#section1651053153715) The following shows how to port the double-conversion library. ## Source Code Acquisition Acquire the source code of double-conversion from [https://github.com/google/double-conversion](https://github.com/google/double-conversion). The following table lists the directory structure. **Table 1** Directory structure of the source code