mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 14:52:06 +00:00

Add a SCSI and ATA passthrough support helper library for direct use from low-level storage drivers. Tested with: CDRoller, CloneCD, Magic ISO NOTE: Vbox seems to lack support for CD/DVD burning; tested on real hardware. CORE-10191 CORE-16452 CORE-14788 CORE-18241 CORE-17256 CORE-13866
7 lines
148 B
CMake
7 lines
148 B
CMake
|
|
list(APPEND SOURCE
|
|
sptilib.c)
|
|
|
|
add_library(sptilib ${SOURCE})
|
|
target_link_libraries(sptilib PRIVATE ${PSEH_LIB})
|
|
add_dependencies(sptilib xdk)
|