Infrastructure: add include search paths (-I, etc.).
This commit is contained in:
1
Test/inc1/path1/bar.h
Normal file
1
Test/inc1/path1/bar.h
Normal file
@@ -0,0 +1 @@
|
||||
float4 i9991;
|
||||
1
Test/inc1/path1/local.h
Normal file
1
Test/inc1/path1/local.h
Normal file
@@ -0,0 +1 @@
|
||||
float4 p2;
|
||||
4
Test/inc1/path1/notHere.h
Normal file
4
Test/inc1/path1/notHere.h
Normal file
@@ -0,0 +1,4 @@
|
||||
float4 p1;
|
||||
|
||||
#include "local.h"
|
||||
#include "remote.h"
|
||||
Reference in New Issue
Block a user