Sync with trunk r63192.
[reactos.git] / drivers / bus / pci / CMakeLists.txt
1
2 list(APPEND SOURCE
3 fdo.c
4 pci.c
5 pdo.c
6 pci.h)
7
8 add_library(pci SHARED ${SOURCE} pci.rc)
9 set_module_type(pci kernelmodedriver)
10 add_importlibs(pci ntoskrnl hal)
11 add_pch(pci pci.h SOURCE)
12 add_cd_file(TARGET pci DESTINATION reactos/system32/drivers NO_CAB FOR all)