mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 04:48:46 +00:00
ENH: Added documentation of specifying an existing build tree as an argument.
This commit is contained in:
parent
0d8f8a0dc2
commit
8017a17f57
@ -39,7 +39,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
|
||||
static const cmDocumentationEntry cmDocumentationUsage[] =
|
||||
{
|
||||
{0,
|
||||
" ccmake <path-to-source>", 0},
|
||||
" ccmake <path-to-source>\n"
|
||||
" ccmake <path-to-existing-build>", 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
@ -23,7 +23,7 @@ static const cmDocumentationEntry cmDocumentationUsage[] =
|
||||
{0,
|
||||
" CMakeSetup [options]\n"
|
||||
" CMakeSetup [options] <path-to-source>\n"
|
||||
" CMakeSetup [options] <path-to-build>", 0},
|
||||
" CMakeSetup [options] <path-to-existing-build>", 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
@ -33,7 +33,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
|
||||
static const cmDocumentationEntry cmDocumentationUsage[] =
|
||||
{
|
||||
{0,
|
||||
" cmake [options] <path-to-source>", 0},
|
||||
" cmake [options] <path-to-source>\n"
|
||||
" cmake [options] <path-to-existing-build>", 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user