diff options
| author | ruki <[email protected]> | 2018-05-15 00:28:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-14 20:53:09 +0800 |
| commit | 7fdf5ff81ea4c4fb95ec26a82cf353692cbb231d (patch) | |
| tree | 6783a81d9693c61179e872a585c9e255b3f0ca2a /tests | |
| parent | cc2c840795a7472c485b806f5bffbeb8b11c4063 (diff) | |
fix precompiled header for rules
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/wdk/kmdf/msdsm/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/wdk/kmdf/msdsm/xmake.lua b/tests/projects/wdk/kmdf/msdsm/xmake.lua index 65a861fc1..0e11a85e4 100644 --- a/tests/projects/wdk/kmdf/msdsm/xmake.lua +++ b/tests/projects/wdk/kmdf/msdsm/xmake.lua @@ -19,3 +19,9 @@ target("msdsm") -- add file msdsm.mof and modify default wdk.mof.header for this file add_files("msdsm.mof", {values = {wdk_mof_header = "msdsmwmi.h"}}) + -- set precompiled header + set_pcheader("precomp.h") + + -- add links + add_links("mpio") + |
