Files
fstester/setter/cmakelists.txt

6 lines
111 B
Plaintext
Raw Normal View History

cmake_minimum_required(VERSION 3.10)
project(setter C)
set(CMAKE_C_STANDARD 90)
add_executable(setter main.c)