mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
6 lines
201 B
CMake
6 lines
201 B
CMake
|
|
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)
|