QTfrontend/CMakeLists.txt
branchwebgl
changeset 9236 ddd675825672
parent 8833 c13ebed437cb
parent 9225 d8d929f92633
child 9244 bb95e351270c
equal deleted inserted replaced
9201:bcf2f7798ebb 9236:ddd675825672
   192     ${hwfr_moc_srcs}
   192     ${hwfr_moc_srcs}
   193     ${hwfr_hdrs}
   193     ${hwfr_hdrs}
   194     ${hwfr_rez_src}
   194     ${hwfr_rez_src}
   195     )
   195     )
   196 
   196 
   197 if((UNIX AND NOT APPLE) AND ${LIBENGINE})
       
   198     set_target_properties(hedgewars PROPERTIES LINK_FLAGS "-Wl,-rpath,${CMAKE_INSTALL_PREFIX}/${target_library_install_dir}")
       
   199 endif()
       
   200 
       
   201 list(APPEND HW_LINK_LIBS
   197 list(APPEND HW_LINK_LIBS
   202     ${PHYSFS_LIBRARY}
   198     physfs physlayer
   203     ${PHYSLAYER_LIBRARY}
       
   204     ${QT_LIBRARIES}
   199     ${QT_LIBRARIES}
   205     ${SDL_LIBRARY}
   200     ${SDL_LIBRARY}
   206     ${SDLMIXER_LIBRARY}
   201     ${SDLMIXER_LIBRARY}
   207     )
   202     )
   208 
   203