mbedtls/ChangeLog.d/fix-windows-cmake-build-with-shared-libraries.txt
Ron Eldor 183264cb95 Fix shared library link error with cmake on Windows
Set the library path as the current binary dir

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
2022-03-17 12:07:50 +00:00

3 lines
134 B
Text

Bugfix
* Fix compilation on Windows when building shared library, by setting
library search path to CMAKE_CURRENT_BINARY_DIR.