CMAKE实践 参考网址:https://www.kancloud.cn/itfanr/cmake-practice/82983
官网:https://cmake.org/cmake/help/v3.0/module/ExternalProject.html 参考网址:https://www.jianshu.com/p/ea7eafd7165c
官网: https://cmake.org/cmake/help/latest/command/enable_testing.html 参考网址:https://www.oschina.net/question/234345_52720?sort=time
or Windows
cmake -DCMAKE_VERBOSE_MAKEFILE=ON -G"Visual Studio 15" ../../ cmake --build . --config Release -- /verbosity:detailed参考网址1:https://sidvind.com/wiki/CMake/Verbose_output 参考网址2:https://stackoverflow.com/questions/47676199/how-to-build-with-cmake-to-both-release-config-and-verbose
cmake windows参数:https://www.brianlheim.com/2018/04/09/cmake-cheat-sheet.html