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)