summaryrefslogtreecommitdiffstats
path: root/Tests/BundleGeneratorTest/Library.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2008-07-30 20:36:22 (GMT)
committerDavid Cole <david.cole@kitware.com>2008-07-30 20:36:22 (GMT)
commit6ec7ec20792c5a83bad99066447965baad59b831 (patch)
tree97fdf0e11091c9b71a2f06eb06c46c0afcd1ba1e /Tests/BundleGeneratorTest/Library.cxx
parentbab77e53e3aef9c07fe488e73be8dc7d60aaa4fc (diff)
downloadCMake-6ec7ec20792c5a83bad99066447965baad59b831.zip
CMake-6ec7ec20792c5a83bad99066447965baad59b831.tar.gz
CMake-6ec7ec20792c5a83bad99066447965baad59b831.tar.bz2
ENH: Add test for the new CPack BundleGenerator. Thanks to Tim Shead for the patch. See issue #7170 for more details.
Diffstat (limited to 'Tests/BundleGeneratorTest/Library.cxx')
-rw-r--r--Tests/BundleGeneratorTest/Library.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/BundleGeneratorTest/Library.cxx b/Tests/BundleGeneratorTest/Library.cxx
new file mode 100644
index 0000000..1403c68
--- /dev/null
+++ b/Tests/BundleGeneratorTest/Library.cxx
@@ -0,0 +1,7 @@
+#include <iostream>
+
+void print_message(const char* const Message)
+{
+ std::cout << Message;
+}
+