常用常量:cmake文件路径,文件夹路径
cmake add library ()
一、 addLibrary SHARED 会把c++ 文件编译成动态库。
二、target_link_libraries 实现动态库之间的关联。
Cmake。