diff options
| author | ruki <[email protected]> | 2018-05-15 00:23:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-14 20:21:49 +0800 |
| commit | cc2c840795a7472c485b806f5bffbeb8b11c4063 (patch) | |
| tree | a5fd3affac54acfacc1dc0c317205125b6e4c961 /tests | |
| parent | 9bbbe1dda368c67263a127bd292c455006db6f36 (diff) | |
add file values to target
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/wdk/kmdf/msdsm/xmake.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/projects/wdk/kmdf/msdsm/xmake.lua b/tests/projects/wdk/kmdf/msdsm/xmake.lua index b706a9daf..65a861fc1 100644 --- a/tests/projects/wdk/kmdf/msdsm/xmake.lua +++ b/tests/projects/wdk/kmdf/msdsm/xmake.lua @@ -13,5 +13,9 @@ target("msdsm") -- add files add_files("*.c", {rule = "wdk.tracewpp"}) - add_files("*.mof", "*.rc", "*.inf") + add_files("*.rc", "*.inf") + add_files("*.mof|msdsm.mof") + + -- add file msdsm.mof and modify default wdk.mof.header for this file + add_files("msdsm.mof", {values = {wdk_mof_header = "msdsmwmi.h"}}) |
