This tests the previous commit: vs: Fix usage of mesonlib.File.rel_to_builddir with generated filespull/417/head
parent
afca987e94
commit
0640fe0215
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
# Test that using files generated with configure_file as sources works. |
||||
# We do this inside a subdir so that the path isn't accidentally correct |
||||
# because there is no structure in the build dir. |
||||
genlib = configure_file(input : '../lib.c', |
||||
output : 'genlib.c', |
||||
configuration : configuration_data()) |
||||
shared_library('genlib', genlib, |
||||
install : false) |
Loading…
Reference in new issue