aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-27 22:56:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-27 22:56:30 -0500
commit4ff59a810de5c3e9125ed3ec2ec1d12d02437b64 (patch)
tree4b83c28248babe970205026e454fc752bd27d1b1 /CMakeLists.txt
downloadspmc-4ff59a810de5c3e9125ed3ec2ec1d12d02437b64.tar.gz
Initial commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..524a077
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 3.15)
+project(spm C)
+
+set(CMAKE_C_STANDARD 99)
+
+add_executable(spm main.c) \ No newline at end of file