You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
433 B
11 lines
433 B
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/
|
|
|