third_party_cmake
Introduction
CMake is a cross-platform, open-source build system generator.
For full documentation visit the CMake Home Page_ and the
CMake Documentation Page. The CMake Community Wiki also
references useful guides and recipes.
CMake Home Page: https://cmake.org
CMake Documentation Page: https://cmake.org/documentation
CMake Community Wiki: https://gitlab.kitware.com/cmake/community/-/wikis/home
CMake is maintained and supported by Kitware_ and developed in
collaboration with a productive community of contributors.
_Kitware: http://www.kitware.com/cmake
Background introduced on OpenHarmony
When IDE develops applications, it usually uses js/ets language, besides, there are some compilation involving cpp files, you need to use cmake toolchain to compile and generate corresponding so, NDK toolchain integrates cmake binary version.
compilation tutorial
mkdir build && cd build
../bootstrap && make
Running results
[100%] Built target foo
Developer Contributions and Changes
- Fork this repository
- Create a new branch
- Commit code
- New Pull Request
Translated with www.DeepL.com/Translator (free version)