mirror of
https://github.com/claunia/edccchk.git
synced 2025-12-16 11:14:45 +00:00
Add CMake project.
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(edccchk C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
include_directories(.)
|
||||
|
||||
add_executable(edccchk
|
||||
banner.h
|
||||
common.h
|
||||
edccchk.c
|
||||
version.h)
|
||||
Reference in New Issue
Block a user