comparison CMakeLists.txt @ 3271:81dafe9be364

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Feb 2019 15:05:12 +0100
parents 92d679112657
children 5cd4c672d63c
comparison
equal deleted inserted replaced
3270:92d679112657 3271:81dafe9be364
353 ${LIBICONV_SOURCES} 353 ${LIBICONV_SOURCES}
354 ${LIBICU_SOURCES} 354 ${LIBICU_SOURCES}
355 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp 355 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
356 ) 356 )
357 357
358 if (LIBICU_LIBRARIES)
359 target_link_libraries(ThirdPartyPlugins ${LIBICU_LIBRARIES})
360 endif()
361
358 # Add the "-fPIC" option as this static library must be embedded 362 # Add the "-fPIC" option as this static library must be embedded
359 # inside shared libraries (important on UNIX) 363 # inside shared libraries (important on UNIX)
360 set_property( 364 set_property(
361 TARGET ThirdPartyPlugins 365 TARGET ThirdPartyPlugins
362 PROPERTY POSITION_INDEPENDENT_CODE ON 366 PROPERTY POSITION_INDEPENDENT_CODE ON