Files
CMake/Source
Brad King f6d6dbc293 Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAG
The `CMAKE_LINK_LIBRARY_FILE_FLAG` variable is meant for linkers that
want library file paths to be preceded by a flag.  This is used only
for OpenWatcom to add the `library` argument before library file paths.
Refactor the approach to treat `CMAKE_LINK_LIBRARY_FILE_FLAG` as a
command-line string fragment to add just before the library file path.
This has two advantages:

* `CMAKE_LINK_LIBRARY_FILE_FLAG` now works like `CMAKE_LINK_LIBRARY_FLAG`.
* `CMAKE_LINK_LIBRARY_FILE_FLAG` can now be an attached flag whose value
  is the library file path.

Technically this is a change in behavior, but this setting was created
for internal use and should be rarely used outside of CMake itself.

Fixes: #19541
2019-08-02 13:37:39 -04:00
..
2019-03-18 14:18:13 -04:00
2019-03-18 14:18:13 -04:00
2019-08-02 00:01:05 -04:00
2019-04-04 13:24:39 -04:00
2019-03-30 15:34:59 +01:00
2019-07-21 09:25:32 +02:00
2019-07-31 11:54:28 -04:00
2019-03-18 15:09:10 +01:00
2019-07-30 10:04:40 -04:00