comparison CMakeLists.txt @ 842:ffa8c7dcd87c jpeg

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jun 2014 10:11:40 +0200
parents dfb13218f8ca
children 48016722c770
comparison
equal deleted inserted replaced
841:89a593f66104 842:ffa8c7dcd87c
160 UnitTestsSources/Versions.cpp 160 UnitTestsSources/Versions.cpp
161 UnitTestsSources/Zip.cpp 161 UnitTestsSources/Zip.cpp
162 UnitTestsSources/Lua.cpp 162 UnitTestsSources/Lua.cpp
163 UnitTestsSources/MultiThreading.cpp 163 UnitTestsSources/MultiThreading.cpp
164 UnitTestsSources/UnitTestsMain.cpp 164 UnitTestsSources/UnitTestsMain.cpp
165 ) 165 UnitTestsSources/JpegLossless.cpp
166 166 )
167
168 if (ENABLE_JPEG_LOSSLESS)
169 list(APPEND ORTHANC_UNIT_TESTS_SOURCES
170 UnitTestsSources/JpegLossless.cpp
171 )
172 endif()
173 167
174 168
175 169
176 ##################################################################### 170 #####################################################################
177 ## Inclusion of third-party dependencies 171 ## Inclusion of third-party dependencies