Extend the "common/include order" test to ensure that the build directory is preferred over the source directory. For example, when using `configure_file()`, the resulting file should be preferred over a file with the same name in the source directory.0.tryme
parent
9c526974dc
commit
ea5a82ee26
4 changed files with 7 additions and 1 deletions
@ -0,0 +1,2 @@ |
||||
configure_file(output: 'prefer-build-dir-over-src-dir.h', |
||||
configuration: configuration_data()) |
@ -0,0 +1 @@ |
||||
#error "inc3/prefer-build-dir-over-src-dir.h included" |
Loading…
Reference in new issue