git-svn-id: svn://db.shs.com.ru/libs@834 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-18 19:36:54 +00:00
parent 983512b435
commit 3917e74f27

View File

@@ -166,8 +166,8 @@ macro(deploy_target _T)
get_target_property(_II ${_L} IMPORTED)
if (NOT _II)
#message("depend on ${_L}")
set(_DEP_LIBPATH "${_DEP_LIBPATH}\;$<TARGET_FILE_DIR:${_L}>")
set(_DEP_LIBS "${_DEP_LIBS}\ $<TARGET_FILE_DIR:${_L}>/$<TARGET_FILE_NAME:${_L}>")
set(_DEP_LIBPATH "${_DEP_LIBPATH};$<TARGET_FILE_DIR:${_L}>")
set(_DEP_LIBS "${_DEP_LIBS} $<TARGET_FILE_DIR:${_L}>/$<TARGET_FILE_NAME:${_L}>")
endif()
endif()
endforeach()