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

This commit is contained in:
2020-03-18 16:49:33 +00:00
parent 2c4b87a282
commit a92098c2a6

View File

@@ -96,6 +96,8 @@ END
END
")
set(${_out} ${_rc_file})
else()
set(${_out})
endif()
endmacro()
@@ -164,6 +166,8 @@ macro(deploy_target _T)
endif()
endforeach()
#message("app depend libpath ${_DEP_LIBPATH}")
if (LINUX)
endif()
if (WIN32)
if (NOT CMAKE_OBJDUMP)
find_program(CMAKE_OBJDUMP objdump)