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: ccmake.1.rst
Close
.. cmake-manual-description: CMake Curses Dialog Command-Line Reference ccmake(1) ********* Synopsis ======== .. parsed-literal:: ccmake [<options>] <path-to-source | path-to-existing-build> Description =========== The :program:`ccmake` executable is the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal 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:: ccmake .. include:: OPTIONS_BUILD.txt .. include:: OPTIONS_HELP.txt See Also ======== .. include:: LINKS.txt