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
5d57970dd9
CMake
/
Tests
/
ModuleDefinition
/
example_dll_gen.c
2 lines
49 B
C
Raw
Normal View
History
Unescape
Escape
Test generated module .def files Teach the ModuleDefinition test to cover the case that a .def file is generated by a custom command.
2012-04-02 18:40:13 +04:00
int
example_dll_gen_function
(
void
)
{
return
0
;
}