https://github.com/Kitware/CMake
Revision c8741e8ff5ed93467812378413f1b3338c0ee6b2 authored by Saleem Abdulrasool on 09 June 2019, 19:51:00 UTC, committed by Saleem Abdulrasool on 18 July 2019, 03:45:19 UTC
When building Swift executables and libraries which import a module, an
implicit link will be added by the driver.  Because this links by name
rather than path, the library search path needs to be provided to
indicate where to find the library.  For all local dependencies, add the
library paths for the targets when linking.  This ensures that you can
link against local libraries without explicitly setting a library path.

Fixes: #19304
1 parent be0d404
History
Tip revision: c8741e8ff5ed93467812378413f1b3338c0ee6b2 authored by Saleem Abdulrasool on 09 June 2019, 19:51:00 UTC
Swift: Add library search paths for dependencies
Tip revision: c8741e8
File Mode Size
bash-completion
vim
CMakeLists.txt -rw-r--r-- 256 bytes
cmake-mode.el -rw-r--r-- 14.3 KB
cmake.m4 -rw-r--r-- 1.4 KB

back to top