añadido cmake
This commit is contained in:
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal 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)
|
||||||
Reference in New Issue
Block a user