diff options
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") + |
