mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
cmake_minimum_required(VERSION 3.10)
|
|
project(setter C)
|
|
|
|
set(CMAKE_C_STANDARD 90)
|
|
|
|
add_executable(setter main.c) |