OXIESEC PANEL
- Current Dir:
/
/
usr
/
local
/
share
/
cmake-3.26
/
Help
/
manual
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/04/2023 07:10:49 PM
rwxr-xr-x
📄
ID_RESERVE.txt
266 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
LINKS.txt
430 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
OPTIONS_BUILD.txt
6 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
OPTIONS_HELP.txt
3.75 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
ccmake.1.rst
913 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-buildsystem.7.rst
43.04 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-commands.7.rst
4.1 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-compile-features.7.rst
11.43 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-configure-log.7.rst
9.7 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-developer.7.rst
21.7 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-env-variables.7.rst
2.46 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-file-api.7.rst
59.66 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-generator-expressions.7.rst
60.47 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-generators.7.rst
3.15 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-gui.1.rst
1.44 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-language.7.rst
21.54 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-modules.7.rst
7.6 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-packages.7.rst
27.26 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-policies.7.rst
17.13 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-presets.7.rst
47.25 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-properties.7.rst
19.63 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-qt.7.rst
10.14 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-server.7.rst
206 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-toolchains.7.rst
26.35 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake-variables.7.rst
28.02 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cmake.1.rst
40.12 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
cpack-generators.7.rst
476 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
cpack.1.rst
4.58 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
ctest.1.rst
62.95 KB
04/04/2023 07:07:49 PM
rw-r--r--
📁
presets
-
04/04/2023 07:10:48 PM
rwxr-xr-x
Editing: cmake-gui.1.rst
Close
.. cmake-manual-description: CMake GUI Command-Line Reference cmake-gui(1) ************ Synopsis ======== .. parsed-literal:: cmake-gui [<options>] cmake-gui [<options>] <path-to-source | path-to-existing-build> cmake-gui [<options>] -S <path-to-source> -B <path-to-build> cmake-gui [<options>] --browse-manual Description =========== The :program:`cmake-gui` executable is the CMake GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running. CMake is a cross-platform build system generator. Projects specify their build process with platform-independent CMake listfiles included in each directory of a source tree with the name ``CMakeLists.txt``. Users build a project by using CMake to generate a build system for a native tool on their platform. Options ======= .. program:: cmake-gui .. option:: -S <path-to-source> Path to root directory of the CMake project to build. .. option:: -B <path-to-build> Path to directory which CMake will use as the root of build directory. If the directory doesn't already exist CMake will make it. .. option:: --preset=<preset-name> Name of the preset to use from the project's :manual:`presets <cmake-presets(7)>` files, if it has them. .. option:: --browse-manual Open the CMake reference manual in a browser and immediately exit. .. include:: OPTIONS_HELP.txt See Also ======== .. include:: LINKS.txt