comparison CMakeLists.txt @ 29:4cfad290b808

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jun 2015 10:04:09 +0200
parents a6492d20b2a8
children ad7b6757965a
comparison
equal deleted inserted replaced
28:d158e4ca5734 29:4cfad290b808
115 endif() 115 endif()
116 116
117 117
118 set(CORE_SOURCES 118 set(CORE_SOURCES
119 ${BOOST_SOURCES} 119 ${BOOST_SOURCES}
120 ${THIRD_PARTY_SOURCES}
121 ${SQLITE_SOURCES} 120 ${SQLITE_SOURCES}
122 ${LIBJPEG_SOURCES} 121 ${LIBJPEG_SOURCES}
123 ${ZLIB_SOURCES} 122 ${ZLIB_SOURCES}
124 ${LIBPNG_SOURCES} 123 ${LIBPNG_SOURCES}
124 ${JSONCPP_SOURCES}
125 125
126 # Sources inherited from Orthanc core 126 # Sources inherited from Orthanc core
127 ${CMAKE_SOURCE_DIR}/Orthanc/Core/ChunkedBuffer.cpp 127 ${CMAKE_SOURCE_DIR}/Orthanc/Core/ChunkedBuffer.cpp
128 ${CMAKE_SOURCE_DIR}/Orthanc/Core/Enumerations.cpp 128 ${CMAKE_SOURCE_DIR}/Orthanc/Core/Enumerations.cpp
129 ${CMAKE_SOURCE_DIR}/Orthanc/Core/FileStorage/FilesystemStorage.cpp 129 ${CMAKE_SOURCE_DIR}/Orthanc/Core/FileStorage/FilesystemStorage.cpp