[CMAKE]
[reactos.git] / drivers / storage / ide / pciidex / CMakeLists.txt
1
2 spec2def(pciidex.sys pciidex.spec)
3
4 list(APPEND SOURCE
5 fdo.c
6 miniport.c
7 misc.c
8 pciidex.c
9 pdo.c
10 pciidex.rc
11 ${CMAKE_CURRENT_BINARY_DIR}/pciidex.def)
12
13 add_library(pciidex SHARED ${SOURCE})
14
15 set_module_type(pciidex kernelmodedriver)
16 add_importlibs(pciidex ntoskrnl)
17
18 add_cd_file(TARGET pciidex DESTINATION reactos/system32/drivers)
19 add_importlib_target(pciidex.spec)