X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fbus%2Fisapnp%2FCMakeLists.txt;h=ea6eea4223b66a6a2250aca8019fa2b7d7783844;hp=efb1f93256ee8332a4ac7734d17011c54675d901;hb=3a4f8f455fd298b32aef2c8e8afeefe17b31dedd;hpb=4f2d0d54b06d38b03641352da0d6afb96e8b05e7 diff --git a/drivers/bus/isapnp/CMakeLists.txt b/drivers/bus/isapnp/CMakeLists.txt index efb1f93256e..ea6eea4223b 100644 --- a/drivers/bus/isapnp/CMakeLists.txt +++ b/drivers/bus/isapnp/CMakeLists.txt @@ -8,5 +8,5 @@ add_library(isapnp SHARED set_module_type(isapnp kernelmodedriver) add_importlibs(isapnp ntoskrnl hal) - +add_pch(isapnp isapnp.h) add_cd_file(TARGET isapnp DESTINATION reactos/system32/drivers NO_CAB FOR all)