diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-05-31 14:29:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-05-31 14:29:13 (GMT) |
commit | 2f07e8e8f8f4890eb489ab43eb111c839235179b (patch) | |
tree | fede0d9102c440e4c0df7548f25c3a535189cd8e /Tests/Properties/SubDir | |
parent | 5a6a3cd8698b82afef98e4d46af8bba22ca56529 (diff) | |
download | CMake-2f07e8e8f8f4890eb489ab43eb111c839235179b.zip CMake-2f07e8e8f8f4890eb489ab43eb111c839235179b.tar.gz CMake-2f07e8e8f8f4890eb489ab43eb111c839235179b.tar.bz2 |
ENH: added new test for SourceFile objects and properties
Diffstat (limited to 'Tests/Properties/SubDir')
-rw-r--r-- | Tests/Properties/SubDir/properties3.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Properties/SubDir/properties3.cxx b/Tests/Properties/SubDir/properties3.cxx new file mode 100644 index 0000000..1a27a04 --- /dev/null +++ b/Tests/Properties/SubDir/properties3.cxx @@ -0,0 +1,9 @@ +#include "properties.h" +#include "properties2.h" + +#if defined HAVE_PROPERTIES_H && defined HAVE_PROPERTIES2_H +int main () +{ + return 0; +} +#endif |