mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
19 lines
365 B
CMake
19 lines
365 B
CMake
|
|
spec2def(pciidex.sys pciidex.spec)
|
|
|
|
list(APPEND SOURCE
|
|
fdo.c
|
|
miniport.c
|
|
misc.c
|
|
pciidex.c
|
|
pdo.c
|
|
pciidex.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/pciidex.def)
|
|
|
|
add_library(pciidex SHARED ${SOURCE})
|
|
|
|
set_module_type(pciidex kernelmodedriver)
|
|
add_importlibs(pciidex ntoskrnl)
|
|
|
|
add_cab_target(pciidex 2)
|
|
add_importlib_target(pciidex.spec pciidex.sys)
|