diff options
| author | ruki <[email protected]> | 2025-05-11 17:23:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-11 17:23:04 +0800 |
| commit | c357c9bb8bd5c91e33a6453d134720ffd4dec9b1 (patch) | |
| tree | a7a70f2a1e959ffdac1c62366f8cdc5a47c7c52c /tests/projects/c++/modules/include-dirs/test.lua | |
| parent | d679f86a8f78e8b8c172bdd8d050f0bb72f69864 (diff) | |
| parent | fca3c75472f07dc5e6f632e89d283c2cda8acaff (diff) | |
Merge pull request #6373 from Arthapz/improve-jobgraph-support
(C++ module support) improve jobgraph support
Diffstat (limited to 'tests/projects/c++/modules/include-dirs/test.lua')
| -rw-r--r-- | tests/projects/c++/modules/include-dirs/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/include-dirs/test.lua b/tests/projects/c++/modules/include-dirs/test.lua new file mode 100644 index 000000000..7717f8049 --- /dev/null +++ b/tests/projects/c++/modules/include-dirs/test.lua @@ -0,0 +1 @@ +inherit(".test_base") |
