diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-10-08 09:10:41 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-10-09 02:34:05 (GMT) |
commit | f8b3b24915163ab4de94c13bdeb7a314597fb030 (patch) | |
tree | 75ebf03dfd1aff7818db9c842c0f1110a84e2a40 /Help/prop_tgt/CXX_MODULE_SETS.rst | |
parent | 3de30134f1432e877bbf133bcb18797c09801209 (diff) | |
download | CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.zip CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.gz CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.bz2 |
Help: Minor grammar, typo and formatting cleanups
Diffstat (limited to 'Help/prop_tgt/CXX_MODULE_SETS.rst')
-rw-r--r-- | Help/prop_tgt/CXX_MODULE_SETS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/CXX_MODULE_SETS.rst b/Help/prop_tgt/CXX_MODULE_SETS.rst index c03df39..c053278 100644 --- a/Help/prop_tgt/CXX_MODULE_SETS.rst +++ b/Help/prop_tgt/CXX_MODULE_SETS.rst @@ -6,8 +6,8 @@ CXX_MODULE_SETS Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API`` Read-only list of the target's ``PRIVATE`` and ``PUBLIC`` C++ module sets (i.e. -all file sets with the type ``CXX_MODULES``). Files listed in these file sets are -treated as source files for the purpose of IDE integration. +all file sets with the type ``CXX_MODULES``). Files listed in these file sets +are treated as source files for the purpose of IDE integration. C++ module sets may be defined using the :command:`target_sources` command ``FILE_SET`` option with type ``CXX_MODULES``. |