comparison CMakeLists.txt @ 548:ffedcc8f0938 laaw

progress
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Sep 2013 17:47:59 +0200
parents 0e510ea3de31
children 6b9d09cc9e9d
comparison
equal deleted inserted replaced
546:0e510ea3de31 548:ffedcc8f0938
267 if (BUILD_CLIENT_LIBRARY) 267 if (BUILD_CLIENT_LIBRARY)
268 include_directories(${ORTHANC_ROOT}/OrthancCppClient/Package/Laaw) 268 include_directories(${ORTHANC_ROOT}/OrthancCppClient/Package/Laaw)
269 269
270 if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") 270 if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
271 if (${CMAKE_SIZEOF_VOID_P} EQUAL 4) 271 if (${CMAKE_SIZEOF_VOID_P} EQUAL 4)
272 set(ORTHANC_CPP_CLIENT_AUX ${ORTHANC_ROOT}/OrthancCppClient/Package/Build/Windows32.def) 272 set(ORTHANC_CPP_CLIENT_AUX ${ORTHANC_ROOT}/OrthancCppClient/Package/AUTOGENERATED/Windows32.def)
273 elseif (${CMAKE_SIZEOF_VOID_P} EQUAL 8) 273 elseif (${CMAKE_SIZEOF_VOID_P} EQUAL 8)
274 set(ORTHANC_CPP_CLIENT_AUX ${ORTHANC_ROOT}/OrthancCppClient/Package/Build/Windows64.def) 274 set(ORTHANC_CPP_CLIENT_AUX ${ORTHANC_ROOT}/OrthancCppClient/Package/AUTOGENERATED/Windows64.def)
275 else() 275 else()
276 message(FATAL_ERROR "Support your platform here") 276 message(FATAL_ERROR "Support your platform here")
277 endif() 277 endif()
278 else() 278 else()
279 set(ORTHANC_CPP_CLIENT_AUX ${OPENSSL_SOURCES}) 279 set(ORTHANC_CPP_CLIENT_AUX ${OPENSSL_SOURCES})
322 message(FATAL_ERROR "Support your platform here") 322 message(FATAL_ERROR "Support your platform here")
323 endif() 323 endif()
324 324
325 install( 325 install(
326 TARGETS OrthancClient 326 TARGETS OrthancClient
327 RUNTIME DESTINATION lib
327 LIBRARY DESTINATION lib 328 LIBRARY DESTINATION lib
328 ) 329 )
329 330
330 install( 331 install(
331 FILES ${ORTHANC_ROOT}/OrthancCppClient/Package/AUTOGENERATED/OrthancCppClient.h 332 FILES ${ORTHANC_ROOT}/OrthancCppClient/Package/AUTOGENERATED/OrthancCppClient.h