diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-09 22:06:55 (GMT) |
---|---|---|
committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-09 22:06:55 (GMT) |
commit | 117c871790c05ab8ae95417572ce5fe6c258b9a7 (patch) | |
tree | 10a85e47ad377f38a10e08598401ec1b049db2c7 | |
parent | 9b55f2579aa8909345b010eff7818f84948c244e (diff) | |
download | CMake-117c871790c05ab8ae95417572ce5fe6c258b9a7.zip CMake-117c871790c05ab8ae95417572ce5fe6c258b9a7.tar.gz CMake-117c871790c05ab8ae95417572ce5fe6c258b9a7.tar.bz2 |
ENH: Add a file to generate the lib
-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 0000000..fd45cc3 --- /dev/null +++ b/Source/kwsys/testDynload.c @@ -0,0 +1,5 @@ +int TestDynamicLoaderData; + +void TestDynamicLoaderFunction() +{ +} |