comparison CMakeLists.txt @ 834:94e65f7e426f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Jun 2014 12:18:19 +0200
parents 30efdc8fac70
children a15ad019bbec
comparison
equal deleted inserted replaced
833:30efdc8fac70 834:94e65f7e426f
245 245
246 ADD_VISUAL_STUDIO_PRECOMPILED_HEADERS( 246 ADD_VISUAL_STUDIO_PRECOMPILED_HEADERS(
247 "PrecompiledHeadersServer.h" "OrthancServer/PrecompiledHeadersServer.cpp" ORTHANC_SERVER_SOURCES) 247 "PrecompiledHeadersServer.h" "OrthancServer/PrecompiledHeadersServer.cpp" ORTHANC_SERVER_SOURCES)
248 248
249 ADD_VISUAL_STUDIO_PRECOMPILED_HEADERS( 249 ADD_VISUAL_STUDIO_PRECOMPILED_HEADERS(
250 "PrecompiledHeadersUnitTests.h" "OrthancUnitTests/PrecompiledHeadersUnitTests.cpp" ORTHANC_UNIT_TESTS_SOURCES) 250 "PrecompiledHeadersUnitTests.h" "UnitTestsSources/PrecompiledHeadersUnitTests.cpp" ORTHANC_UNIT_TESTS_SOURCES)
251 endif() 251 endif()
252 252
253 253
254 add_definitions( 254 add_definitions(
255 -DORTHANC_VERSION="${ORTHANC_VERSION}" 255 -DORTHANC_VERSION="${ORTHANC_VERSION}"