añadido cmake

This commit is contained in:
2024-03-30 16:46:22 -03:00
parent 290e9da2c1
commit 994d535e29
2 changed files with 7 additions and 9 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.10) # Minimum required CMake version
# Project name
project(fmp)
# Add executable
add_executable(fmp src/Program.c)