xref: /Universal-ctags/Units/parser-cmake.r/cmake-variable.d/input.cmake (revision 806f296ceb780fff3d0820606334651ce33d6471)
1set(1_tag_this foo)
2set(B-set-tag_this_2 ${BAR})
3
4    set ( c_TAG_THIS but_not_this)
5
6    SET		(
7        d-ALSO-Tag.this
8    true)
9
10Set(
11e.LastlyTagThis "hello")
12
13set(${not_this} foo)
14