reactos/drivers/bus/isapnp/CMakeLists.txt
Jérôme Gardou 91f3191275 [CMAKE]
- refactor a bit add_cd_file for more flexibility. Add FOR argument for specifying target cd images.

svn path=/branches/cmake-bringup/; revision=51749
2011-05-14 20:54:46 +00:00

13 lines
248 B
CMake

add_library(isapnp SHARED
isapnp.c
pdo.c
fdo.c
hardware.c
isapnp.rc)
set_module_type(isapnp kernelmodedriver)
add_importlibs(isapnp ntoskrnl hal)
add_cd_file(TARGET isapnp DESTINATION reactos/system32/drivers NO_CAB FOR all)