diff options
Diffstat (limited to 'Tests/RunCMake/add_custom_command/a.c')
-rw-r--r-- | Tests/RunCMake/add_custom_command/a.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_command/a.c b/Tests/RunCMake/add_custom_command/a.c new file mode 100644 index 0000000..707c1c3 --- /dev/null +++ b/Tests/RunCMake/add_custom_command/a.c @@ -0,0 +1,3 @@ +void a() +{ +} |