diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2018-08-09 14:29:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-09 16:54:16 (GMT) |
commit | 6b17d85873faf0c094c4287e1dd690fcdcbbb2c7 (patch) | |
tree | 221f46a514667ad3950c866155a292626a00a804 /Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst | |
parent | 9561d42f95b519386c5f8f84d8ae59a6b8deb429 (diff) | |
download | CMake-6b17d85873faf0c094c4287e1dd690fcdcbbb2c7.zip CMake-6b17d85873faf0c094c4287e1dd690fcdcbbb2c7.tar.gz CMake-6b17d85873faf0c094c4287e1dd690fcdcbbb2c7.tar.bz2 |
Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are used
Diffstat (limited to 'Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst')
-rw-r--r-- | Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst b/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst index cca353d..b867ac4 100644 --- a/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst +++ b/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst @@ -1,6 +1,6 @@ STATIC_LIBRARY_FLAGS_<CONFIG> ----------------------------- -Per-configuration flags for creating a static library. +Per-configuration archiver (or MSVC librarian) flags for a static library target. -This is the configuration-specific version of STATIC_LIBRARY_FLAGS. +This is the configuration-specific version of :prop_tgt:`STATIC_LIBRARY_FLAGS`. |