hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_HOST_CMAKE
   bool "host cmake"
   help
     CMake is an open-source, cross-platform family of tools
     designed to build, test and package software. CMake is used
     to control the software compilation process using simple
     platform and compiler independent configuration files, and
     generate native makefiles and workspaces that can be used in
     the compiler environment of your choice.
 
     http://www.cmake.org/