Sync with trunk r58740.
[reactos.git] / drivers / bus / isapnp / CMakeLists.txt
index 509ba18..ea6eea4 100644 (file)
@@ -8,6 +8,5 @@ add_library(isapnp SHARED
 
 set_module_type(isapnp kernelmodedriver)
 add_importlibs(isapnp ntoskrnl hal)
-
-add_minicd_target(isapnp reactos isapnp.sys)
-add_livecd_target(isapnp reactos/system32/drivers)
+add_pch(isapnp isapnp.h)
+add_cd_file(TARGET isapnp DESTINATION reactos/system32/drivers NO_CAB FOR all)