summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeAddNewLanguage.txt
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-04-12 14:37:05 (GMT)
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-04-23 08:39:34 (GMT)
commitcb811d11cee1e2873cc2bf506cd081769e894ac3 (patch)
tree6fa97b0fb931bfbc6faaf866c3e745a0fd5ea430 /Modules/CMakeAddNewLanguage.txt
parent4ff7706f2d7eaaffe3970da5f77d18f67771a4a8 (diff)
downloadCMake-cb811d11cee1e2873cc2bf506cd081769e894ac3.zip
CMake-cb811d11cee1e2873cc2bf506cd081769e894ac3.tar.gz
CMake-cb811d11cee1e2873cc2bf506cd081769e894ac3.tar.bz2
Help: Improve description of modules
Diffstat (limited to 'Modules/CMakeAddNewLanguage.txt')
-rw-r--r--Modules/CMakeAddNewLanguage.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/Modules/CMakeAddNewLanguage.txt b/Modules/CMakeAddNewLanguage.txt
index 612e1a3..6baadc3 100644
--- a/Modules/CMakeAddNewLanguage.txt
+++ b/Modules/CMakeAddNewLanguage.txt
@@ -1,7 +1,7 @@
This file provides a few notes to CMake developers about how to add
support for a new language to CMake. It is also possible to place
-these files in CMAKE_MODULE_PATH within an outside project to add
-languages not supported by upstream CMake. However, this is not
+these files in :variable:`CMAKE_MODULE_PATH` within an outside project
+to add languages not supported by upstream CMake. However, this is not
a fully supported use case.
The implementation behind the scenes of project/enable_language,
@@ -29,5 +29,3 @@ CMake(LANG)Information.cmake -> set up rule variables for LANG :
CMAKE_(LANG)_CREATE_STATIC_LIBRARY
CMAKE_(LANG)_COMPILE_OBJECT
CMAKE_(LANG)_LINK_EXECUTABLE
-
-