diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-08-07 20:07:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-08-07 20:07:23 (GMT) |
commit | 7e54a53a3da92ea2d16e2396bf7cfc801c3d076d (patch) | |
tree | 86abc521a9a462805e7d4c8faa5d5b661dd9be31 /Tests/ComplexRelativePaths/Executable | |
parent | 4bad15e4b23a5d6b6458b0bedd5c7a3d62c7f93e (diff) | |
download | CMake-7e54a53a3da92ea2d16e2396bf7cfc801c3d076d.zip CMake-7e54a53a3da92ea2d16e2396bf7cfc801c3d076d.tar.gz CMake-7e54a53a3da92ea2d16e2396bf7cfc801c3d076d.tar.bz2 |
ENH: improve coverage
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt index fca3901..5e88795 100644 --- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt @@ -58,3 +58,6 @@ CONFIGURE_FILE( ${Complex_BINARY_DIR}/cmVersion.h) SOURCE_GROUP(A_GROUP ".cxx") +SOURCE_GROUP(B_GROUP REGULAR_EXPRESSION "cxx") +SOURCE_GROUP(C_GROUP FILES complex.cxx) + |