静态库链接静态库时,比如sort中的insert代码中用了add函数 通过link_libraries()把要链接的库制定出来,如果静态库是自定义的,还需要link_directories()指定静态库对应的路径