reactos/drivers/storage/ide/pciidex/CMakeLists.txt

20 lines
353 B
CMake
Raw Normal View History

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)