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