comparison CMakeLists.txt @ 917:312d04beb0a2 mac

branch for mac os build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Feb 2014 15:10:30 +0100
parents edffcf3ce7ab
children 882833632b1f
comparison
equal deleted inserted replaced
729:948720c72586 917:312d04beb0a2
346 set_target_properties(OrthancClient 346 set_target_properties(OrthancClient
347 PROPERTIES LINK_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--allow-multiple-definition -static-libgcc -static-libstdc++" 347 PROPERTIES LINK_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--allow-multiple-definition -static-libgcc -static-libstdc++"
348 ) 348 )
349 endif() 349 endif()
350 350
351 elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
352 # TODO
353 target_link_libraries(OrthancClient pthread)
354
351 else() 355 else()
352 message(FATAL_ERROR "Support your platform here") 356 message(FATAL_ERROR "Support your platform here")
353 endif() 357 endif()
354 358
355 359