diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-29 19:22:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-29 19:22:42 (GMT) |
commit | 3a2b963763b73bef7d5c6ef619bc6b953188139f (patch) | |
tree | 638f998f6fc7f80ccf8e25933b3c13685d739b5a /Tests/Complex/Library | |
parent | 7d76de4403480dc607261c5a1067a24c667faeeb (diff) | |
download | CMake-3a2b963763b73bef7d5c6ef619bc6b953188139f.zip CMake-3a2b963763b73bef7d5c6ef619bc6b953188139f.tar.gz CMake-3a2b963763b73bef7d5c6ef619bc6b953188139f.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Tests/Complex/Library')
-rw-r--r-- | Tests/Complex/Library/cmTestLibraryConfigure.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Complex/Library/cmTestLibraryConfigure.h.in b/Tests/Complex/Library/cmTestLibraryConfigure.h.in new file mode 100644 index 0000000..b5c1c41 --- /dev/null +++ b/Tests/Complex/Library/cmTestLibraryConfigure.h.in @@ -0,0 +1,4 @@ +#cmakedefine ISABS +#cmakedefine WRAPEX +#define FLAGS "${FLAGS}" + |