mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
6 lines
117 B
CMake
6 lines
117 B
CMake
cmake_minimum_required(VERSION 3.14)
|
|
project(dicremote C)
|
|
|
|
set(CMAKE_C_STANDARD 90)
|
|
|
|
add_executable(dicremote main.c) |