Synchronize with trunk.
[reactos.git] / drivers / storage / port / buslogic / CMakeLists.txt
1
2 add_library(buslogic SHARED BusLogic958.c BusLogic958.rc)
3 target_link_libraries(buslogic libcntpr)
4 set_module_type(buslogic kernelmodedriver)
5 add_importlibs(buslogic scsiport)
6 add_cd_file(TARGET buslogic DESTINATION reactos/system32/drivers NO_CAB FOR all)