[USB-BRINGUP-TRUNK]
[reactos.git] / drivers / storage / ide / uniata / CMakeLists.txt
1
2 include_directories(
3 BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
4 inc)
5
6 #add_definitions(-D_DEBUG)
7
8 set_cpp()
9 set_rc_compiler()
10
11 add_library(uniata SHARED
12 id_ata.cpp
13 id_badblock.cpp
14 id_dma.cpp
15 id_init.cpp
16 id_probe.cpp
17 id_queue.cpp
18 id_sata.cpp
19 idedma.rc
20 ros_glue/ros_glue.cpp)
21
22 allow_warnings(uniata)
23 add_pch(uniata stdafx.h)
24 set_module_type(uniata kernelmodedriver)
25 add_importlibs(uniata scsiport ntoskrnl hal)
26 add_cd_file(TARGET uniata DESTINATION reactos/system32/drivers NO_CAB FOR all)