diff options
Diffstat (limited to 'Tests/RunCMake/AutoExportDll/objlib.c')
-rw-r--r-- | Tests/RunCMake/AutoExportDll/objlib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/AutoExportDll/objlib.c b/Tests/RunCMake/AutoExportDll/objlib.c new file mode 100644 index 0000000..54a9658 --- /dev/null +++ b/Tests/RunCMake/AutoExportDll/objlib.c @@ -0,0 +1,4 @@ +int objlib() +{ + return 7; +} |