Files

13 lines
148 B
CMake
Raw Permalink Normal View History

2026-07-20 11:46:45 +08:00
cmake_minimum_required(VERSION 3.20)
set("a?b" "变量ab")
2026-07-24 00:05:10 +08:00
set( fenhao a;b;c d e f )
2026-07-20 19:02:32 +08:00
#这是注释
#[[注释啊注释
]]#
2026-07-24 00:05:10 +08:00
message( ${fenhao} )