cmake_minimum_required(VERSION 3.20) set("a?b" "变量ab") set( fenhao a;b;c d e f ) #这是注释 #[[注释啊注释 ]]# message( ${fenhao} )