fix: fix misc content
This commit is contained in:
@@ -139,9 +139,9 @@ Please note that generated documentation is different in different platforms.
|
|||||||
* `YYCC_ENFORCE_ICONV`: Set it to `ON` to enable Iconv feature forcely. `OFF` in default.
|
* `YYCC_ENFORCE_ICONV`: Set it to `ON` to enable Iconv feature forcely. `OFF` in default.
|
||||||
The usage of this option has been introduced in previous "Iconv" chapter.
|
The usage of this option has been introduced in previous "Iconv" chapter.
|
||||||
* `GTest_ROOT`: Set to the install path of Google Test
|
* `GTest_ROOT`: Set to the install path of Google Test
|
||||||
if you have enable `YYCC_BUILD_TEST` and want to use your personal built Google Test.
|
if you have enable `YYCC_BUILD_TEST` and want to use your personal built Google Test.
|
||||||
* `benchmark_ROOT`: Set to the install path of Google Benchmark
|
* `benchmark_ROOT`: Set to the install path of Google Benchmark
|
||||||
if you have enable `YYCC_BUILD_BENCHMARK` and want to use your personal built Google Benchmark.
|
if you have enable `YYCC_BUILD_BENCHMARK` and want to use your personal built Google Benchmark.
|
||||||
* `Iconv_ROOT`: The assistant variable for finding Iconv which is exposed by CMake.
|
* `Iconv_ROOT`: The assistant variable for finding Iconv which is exposed by CMake.
|
||||||
You usually do not need set it up.
|
You usually do not need set it up.
|
||||||
* `CMAKE_CXX_STANDARD`: Set C++ standard version of project.
|
* `CMAKE_CXX_STANDARD`: Set C++ standard version of project.
|
||||||
|
|||||||
@@ -32,6 +32,5 @@ add_custom_target (YYCCDocumentation
|
|||||||
|
|
||||||
# Install built documentation
|
# Install built documentation
|
||||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
|
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
|
||||||
CONFIGURATIONS Release RelWithDebInfo MinSizeRel
|
|
||||||
DESTINATION ${YYCC_INSTALL_DOC_PATH}
|
DESTINATION ${YYCC_INSTALL_DOC_PATH}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user