comparison CMakeLists.txt @ 943:3fb427ac3f53 plugins

integration mainline -> plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 11:40:41 +0200
parents 28a52982196e 27d256e0b458
children 743a75b14bef
comparison
equal deleted inserted replaced
939:ac42ca61eee6 943:3fb427ac3f53
413 set_target_properties(OrthancClient 413 set_target_properties(OrthancClient
414 PROPERTIES LINK_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--allow-multiple-definition -static-libgcc -static-libstdc++" 414 PROPERTIES LINK_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--allow-multiple-definition -static-libgcc -static-libstdc++"
415 ) 415 )
416 endif() 416 endif()
417 417
418 elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
419 # TODO
420 target_link_libraries(OrthancClient pthread)
421
418 else() 422 else()
419 message(FATAL_ERROR "Support your platform here") 423 message(FATAL_ERROR "Support your platform here")
420 endif() 424 endif()
421 425
422 426