[CLT2012]
[reactos.git] / drivers / bus / pci / CMakeLists.txt
1
2 add_library(pci SHARED
3 fdo.c
4 pci.c
5 pdo.c
6 pci.rc)
7
8 set_module_type(pci kernelmodedriver)
9 add_importlibs(pci ntoskrnl hal)
10 add_pch(pci pci.h)
11 add_cd_file(TARGET pci DESTINATION reactos/system32/drivers NO_CAB FOR all)