* Sync the recent cmake branch changes.
[reactos.git] / drivers / storage / ide / uniata / CMakeLists.txt
1
2 include_directories(inc)
3
4 set_cpp()
5 set_rc_compiler()
6
7 add_library(uniata SHARED
8 id_ata.cpp
9 id_badblock.cpp
10 id_dma.cpp
11 id_init.cpp
12 id_probe.cpp
13 id_queue.cpp
14 id_sata.cpp
15 idedma.rc
16 ros_glue/ros_glue.cpp)
17
18 set_module_type(uniata kernelmodedriver)
19 add_importlibs(uniata scsiport ntoskrnl hal)
20
21 add_cd_file(TARGET uniata DESTINATION reactos/system32/drivers NO_CAB FOR all)