bug fixed for src/cmakelists

This commit is contained in:
2022-03-09 09:41:15 +08:00
parent 1d3dd9ccf9
commit 9823e241e0

View File

@@ -83,6 +83,8 @@ macro(add_tool name)
set_target_properties(${name} PROPERTIES INSTALL_RPATH /usr/local/lib)
# 链接动态库
target_link_libraries(${name} PUBLIC tin)
# 安装命令
install(TARGETS ${name} DESTINATION sbin)
endmacro()
add_tool(grd2tin)