QTfrontend/CMakeLists.txt
changeset 9198 48b92ff6238f
parent 8688 88a6114a318c
child 9225 d8d929f92633
equal deleted inserted replaced
9196:89d98f970de9 9198:48b92ff6238f
   187     ${hwfr_moc_srcs}
   187     ${hwfr_moc_srcs}
   188     ${hwfr_hdrs}
   188     ${hwfr_hdrs}
   189     ${hwfr_rez_src}
   189     ${hwfr_rez_src}
   190     )
   190     )
   191 
   191 
   192 if((UNIX AND NOT APPLE) AND ${BUILD_ENGINE_LIBRARY})
       
   193     set_target_properties(hedgewars PROPERTIES LINK_FLAGS "-Wl,-rpath,${CMAKE_INSTALL_PREFIX}/${target_library_install_dir}")
       
   194 endif()
       
   195 
       
   196 list(APPEND HW_LINK_LIBS
   192 list(APPEND HW_LINK_LIBS
   197     ${PHYSFS_LIBRARY}
   193     ${PHYSFS_LIBRARY}
   198     ${PHYSLAYER_LIBRARY}
   194     ${PHYSLAYER_LIBRARY}
   199     ${QT_LIBRARIES}
   195     ${QT_LIBRARIES}
   200     ${SDL_LIBRARY}
   196     ${SDL_LIBRARY}