Normalize the path of a configured file to avoid dupes (#640)
parent
69d9c2228d
commit
88aafd363e
8 changed files with 23 additions and 7 deletions
@ -0,0 +1,7 @@ |
||||
project('multiple dir configure file', 'c') |
||||
|
||||
subdir('subdir') |
||||
|
||||
configure_file(input : 'subdir/someinput.in', |
||||
output : 'outputhere', |
||||
configuration : configuration_data()) |
@ -0,0 +1,4 @@ |
||||
configure_file(input : 'someinput.in', |
||||
output : 'outputsubdir', |
||||
install : false, |
||||
configuration : configuration_data()) |
Loading…
Reference in new issue