Added helper application to create device reports on Linux systems without .NET framework available.

This commit is contained in:
2017-12-13 00:32:26 +00:00
parent 49ca94c33e
commit d439dcc232
9 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project(DiscImageChef_Device_Report C)
set(CMAKE_C_STANDARD 90)
add_executable(DiscImageChef_Device_Report main.c scsi.c scsi.h main.h ata.h ata.c atapi.c atapi.h)