diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-31 20:22:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-31 20:22:48 (GMT) |
commit | 9bb153cbf15e65a559630bbd0dd43454692ea419 (patch) | |
tree | 42888b0a37c452cb7de31e0dfef6e34280d4f019 /Tests/COnly/libc2.h | |
parent | 61cd9298cd327d83a014db6cad2fc173698c0398 (diff) | |
download | CMake-9bb153cbf15e65a559630bbd0dd43454692ea419.zip CMake-9bb153cbf15e65a559630bbd0dd43454692ea419.tar.gz CMake-9bb153cbf15e65a559630bbd0dd43454692ea419.tar.bz2 |
Test also stating and shared libraries
Diffstat (limited to 'Tests/COnly/libc2.h')
-rw-r--r-- | Tests/COnly/libc2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/COnly/libc2.h b/Tests/COnly/libc2.h new file mode 100644 index 0000000..c2d47e5 --- /dev/null +++ b/Tests/COnly/libc2.h @@ -0,0 +1 @@ +extern float LibC2Func(); |