comparison OrthancFramework/Resources/CMake/LibJpegConfiguration.cmake @ 5512:0a74634073c0

fix static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 21:58:14 +0100
parents 5b3a509185b2
children f7adfb22e20e
comparison
equal deleted inserted replaced
5511:17dd8b26d0ec 5512:0a74634073c0
25 "9ca58d68febb0fa9c1c087045b9a5483" 25 "9ca58d68febb0fa9c1c087045b9a5483"
26 "https://orthanc.uclouvain.be/downloads/third-party-downloads/jpegsrc.v9f.tar.gz" 26 "https://orthanc.uclouvain.be/downloads/third-party-downloads/jpegsrc.v9f.tar.gz"
27 "${LIBJPEG_SOURCES_DIR}") 27 "${LIBJPEG_SOURCES_DIR}")
28 28
29 include_directories( 29 include_directories(
30 BEFORE # Adding "SYSTEM" here makes LSB compilation fail
31 ${LIBJPEG_SOURCES_DIR} 30 ${LIBJPEG_SOURCES_DIR}
32 ) 31 )
33 32
34 list(APPEND LIBJPEG_SOURCES 33 list(APPEND LIBJPEG_SOURCES
35 ${LIBJPEG_SOURCES_DIR}/jaricom.c 34 ${LIBJPEG_SOURCES_DIR}/jaricom.c