mirror of
https://gitlab.com/niansa/execontrol.git
synced 2025-03-06 20:48:26 +01:00
7 lines
196 B
CMake
7 lines
196 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
project(execontrol LANGUAGES C)
|
|
set(CMAKE_C_STANDARD 11)
|
|
|
|
add_executable(execontrol common.h main.c)
|
|
add_executable(execontrol_whitelist common.h whitelist.c)
|