project(test1) 、、、 add_library(test_lib)
project(test2) 、、、 add_library(other_lib)
在项目test2中能否使用target_link_libraries去链接项目test1中的test_lib?
可以 没问题的