This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ENH: Add a file to generate the lib
Mathieu Malaterre
20 years ago
parent
9b55f2579a
commit
117c871790
1 changed files
with
5 additions
and
0 deletions
Unified View
Show Diff Stats
5
0
Source/kwsys/testDynload.c
+ 5
- 0
Source/kwsys/testDynload.c
View File
@@ -0,0 +1,5 @@
+int TestDynamicLoaderData;
+
+void TestDynamicLoaderFunction()
+{
+}