Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / drivers / bus / pcmcia / CMakeLists.txt
1
2 add_library(pcmcia SHARED
3 fdo.c
4 pcmcia.c
5 pdo.c
6 pcmcia.rc)
7
8 set_module_type(pcmcia kernelmodedriver)
9 add_pch(pcmcia pcmcia.h)
10 add_importlibs(pcmcia ntoskrnl hal)
11 add_cd_file(TARGET pcmcia DESTINATION reactos/system32/drivers NO_CAB FOR all)