1.CMakeList.txt #CMake 最低版本号要求 cmake_minimum_required (VERSION 2.8) #项目信息 project (CMakeDemo) #指定生成目标+需构建的文件 add_execu...