comparison CMakeLists.txt @ 833:30efdc8fac70

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Jun 2014 12:17:47 +0200
parents 51d1c98d86cc
children 94e65f7e426f
comparison
equal deleted inserted replaced
832:51d1c98d86cc 833:30efdc8fac70
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" "UnitTests/PrecompiledHeadersUnitTests.cpp" ORTHANC_UNIT_TESTS_SOURCES) 250 "PrecompiledHeadersUnitTests.h" "OrthancUnitTests/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}"