mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
13 lines
276 B
CMake
13 lines
276 B
CMake
|
|
list(APPEND SOURCE
|
|
fdo.c
|
|
pci.c
|
|
pdo.c
|
|
pci.h)
|
|
|
|
add_library(pci SHARED ${SOURCE} pci.rc)
|
|
set_module_type(pci kernelmodedriver)
|
|
add_importlibs(pci ntoskrnl hal)
|
|
add_pch(pci pci.h SOURCE)
|
|
add_cd_file(TARGET pci DESTINATION reactos/system32/drivers NO_CAB FOR all)
|