diff options
author | Brad King <brad.king@kitware.com> | 2019-03-28 15:06:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-28 15:06:43 (GMT) |
commit | 24da7da68657c7c719e908f519c0f94da3a15701 (patch) | |
tree | 568cbc3959347de18f9822f13ed92a6132c57346 /Source/kwsys/testDynloadImpl.c | |
parent | fcfbc01d68aac2eca7435bfa0f01e5d1b3524303 (diff) | |
parent | 816663495874e123c2d4a187edb6eab07593f10d (diff) | |
download | CMake-24da7da68657c7c719e908f519c0f94da3a15701.zip CMake-24da7da68657c7c719e908f519c0f94da3a15701.tar.gz CMake-24da7da68657c7c719e908f519c0f94da3a15701.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2019-03-28 (e92bdbe8)
Diffstat (limited to 'Source/kwsys/testDynloadImpl.c')
-rw-r--r-- | Source/kwsys/testDynloadImpl.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/kwsys/testDynloadImpl.c b/Source/kwsys/testDynloadImpl.c new file mode 100644 index 0000000..2b9069b --- /dev/null +++ b/Source/kwsys/testDynloadImpl.c @@ -0,0 +1,10 @@ +/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying + file Copyright.txt or https://cmake.org/licensing#kwsys for details. */ + +#include "testDynloadImpl.h" + +int TestDynamicLoaderImplData = 0; + +void TestDynamicLoaderImplSymbolPointer() +{ +} |