mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added helper application to create device reports on Linux systems without .NET framework available.
This commit is contained in:
6
DiscImageChef.Device.Report/CMakeLists.txt
Normal file
6
DiscImageChef.Device.Report/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user