summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-09 22:06:55 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-09 22:06:55 (GMT)
commit117c871790c05ab8ae95417572ce5fe6c258b9a7 (patch)
tree10a85e47ad377f38a10e08598401ec1b049db2c7 /Source/kwsys
parent9b55f2579aa8909345b010eff7818f84948c244e (diff)
downloadCMake-117c871790c05ab8ae95417572ce5fe6c258b9a7.zip
CMake-117c871790c05ab8ae95417572ce5fe6c258b9a7.tar.gz
CMake-117c871790c05ab8ae95417572ce5fe6c258b9a7.tar.bz2
ENH: Add a file to generate the lib
Diffstat (limited to 'Source/kwsys')
-rw-r--r--Source/kwsys/testDynload.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c
new file mode 100644
index 0000000..fd45cc3
--- /dev/null
+++ b/Source/kwsys/testDynload.c
@@ -0,0 +1,5 @@
+int TestDynamicLoaderData;
+
+void TestDynamicLoaderFunction()
+{
+}