reactos/drivers/storage/ide/atapi/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

10 lines
234 B
CMake

add_library(atapi SHARED atapi.c atapi.rc)
target_link_libraries(atapi libcntpr)
set_module_type(atapi kernelmodedriver)
add_importlibs(atapi scsiport)
add_cd_file(TARGET atapi DESTINATION reactos/system32/drivers NO_CAB FOR all)