diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-09 17:06:55 -0500 |
---|---|---|
committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-09 17:06:55 -0500 |
commit | 117c871790c05ab8ae95417572ce5fe6c258b9a7 (patch) | |
tree | 10a85e47ad377f38a10e08598401ec1b049db2c7 /Source/kwsys/testDynload.c | |
parent | 9b55f2579aa8909345b010eff7818f84948c244e (diff) | |
download | cmake-117c871790c05ab8ae95417572ce5fe6c258b9a7.tar.gz |
ENH: Add a file to generate the lib
Diffstat (limited to 'Source/kwsys/testDynload.c')
-rw-r--r-- | Source/kwsys/testDynload.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c new file mode 100644 index 0000000000..fd45cc3c2d --- /dev/null +++ b/Source/kwsys/testDynload.c @@ -0,0 +1,5 @@ +int TestDynamicLoaderData; + +void TestDynamicLoaderFunction() +{ +} |