summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstallS2/lib3.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-01 12:53:28 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-01 12:53:28 -0500
commit2106bdc4eca25c37c45d9336fbaef16f4c5eab80 (patch)
treeb5b59f6d67bd3104576f993d45ccad7b98c0660a /Tests/SimpleInstallS2/lib3.cxx
parent48dc13a6493627731f945d980acc6c9ac2e4bcc1 (diff)
downloadcmake-2106bdc4eca25c37c45d9336fbaef16f4c5eab80.tar.gz
ENH: Add install test
Diffstat (limited to 'Tests/SimpleInstallS2/lib3.cxx')
-rw-r--r--Tests/SimpleInstallS2/lib3.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/lib3.cxx b/Tests/SimpleInstallS2/lib3.cxx
new file mode 100644
index 0000000000..da8dbf942c
--- /dev/null
+++ b/Tests/SimpleInstallS2/lib3.cxx
@@ -0,0 +1,6 @@
+#include "lib3.h"
+
+float Lib3Func()
+{
+ return 2.0;
+}