Mercurial > hg > orthanc
changeset 3271:81dafe9be364
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Feb 2019 15:05:12 +0100 |
parents | 92d679112657 |
children | 8aaa07cb97a6 |
files | CMakeLists.txt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Feb 20 14:59:52 2019 +0100 +++ b/CMakeLists.txt Wed Feb 20 15:05:12 2019 +0100 @@ -355,6 +355,10 @@ Plugins/Samples/Common/OrthancPluginCppWrapper.cpp ) + if (LIBICU_LIBRARIES) + target_link_libraries(ThirdPartyPlugins ${LIBICU_LIBRARIES}) + endif() + # Add the "-fPIC" option as this static library must be embedded # inside shared libraries (important on UNIX) set_property(