diff options
Diffstat (limited to 'Tests/CMakeLib/testRSTmod.cmake')
-rw-r--r-- | Tests/CMakeLib/testRSTmod.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testRSTmod.cmake b/Tests/CMakeLib/testRSTmod.cmake new file mode 100644 index 0000000..8b807a6 --- /dev/null +++ b/Tests/CMakeLib/testRSTmod.cmake @@ -0,0 +1,11 @@ +#.rst: +# CMake Module Content +#.rst: +# More CMake Module Content +#[[.rst: +Bracket Comment Content +# not part of content]] # not part of content +#[=[.rst: +[ +Bracket Comment Content +]]=] # not part of content |