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