summaryrefslogtreecommitdiffstats
path: root/Tests/ModuleDefinition/example_dll_gen.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-04-02 14:40:13 (GMT)
committerBrad King <brad.king@kitware.com>2012-04-02 14:54:25 (GMT)
commit89987c21027af53a97db07babf91d718e52676c3 (patch)
treed3f731c8acd37ca6c6df8b096acabe227a5f78e8 /Tests/ModuleDefinition/example_dll_gen.c
parente8584401852a871b6cda57e570b7bb04b6dacf74 (diff)
downloadCMake-89987c21027af53a97db07babf91d718e52676c3.zip
CMake-89987c21027af53a97db07babf91d718e52676c3.tar.gz
CMake-89987c21027af53a97db07babf91d718e52676c3.tar.bz2
Test generated module .def files
Teach the ModuleDefinition test to cover the case that a .def file is generated by a custom command.
Diffstat (limited to 'Tests/ModuleDefinition/example_dll_gen.c')
-rw-r--r--Tests/ModuleDefinition/example_dll_gen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ModuleDefinition/example_dll_gen.c b/Tests/ModuleDefinition/example_dll_gen.c
new file mode 100644
index 0000000..be5d1ee
--- /dev/null
+++ b/Tests/ModuleDefinition/example_dll_gen.c
@@ -0,0 +1 @@
+int example_dll_gen_function(void) { return 0; }