This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0caf08e43e
CMake
/
Tests
/
ModuleDefinition
/
example_dll.c
2 lines
45 B
C
Raw
Normal View
History
Unescape
Escape
Test use of module .def files for MS tools This adds a "ModuleDefinition" test enabled when using MSVC tools. It checks that .def files can be used to export .dll and .exe symbols and create corresponding .lib files that can be linked. See issue #9613.
2009-09-30 00:39:43 +04:00
int
example_dll_function
(
void
)
{
return
0
;
}