mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add 16-bit OS/2 code to create test volumes.
Signed-off-by: Natalia Portillo <claunia@claunia.com>
This commit is contained in:
6
fstester/setter/cmakelists.txt
Normal file
6
fstester/setter/cmakelists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(setter C)
|
||||
|
||||
set(CMAKE_C_STANDARD 90)
|
||||
|
||||
add_executable(setter main.c)
|
||||
Reference in New Issue
Block a user