git-svn-id: svn://db.shs.com.ru/libs@834 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -166,8 +166,8 @@ macro(deploy_target _T)
|
|||||||
get_target_property(_II ${_L} IMPORTED)
|
get_target_property(_II ${_L} IMPORTED)
|
||||||
if (NOT _II)
|
if (NOT _II)
|
||||||
#message("depend on ${_L}")
|
#message("depend on ${_L}")
|
||||||
set(_DEP_LIBPATH "${_DEP_LIBPATH}\;$<TARGET_FILE_DIR:${_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_LIBS "${_DEP_LIBS} $<TARGET_FILE_DIR:${_L}>/$<TARGET_FILE_NAME:${_L}>")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|||||||
Reference in New Issue
Block a user