diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-27 22:56:30 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-27 22:56:30 -0500 |
commit | 4ff59a810de5c3e9125ed3ec2ec1d12d02437b64 (patch) | |
tree | 4b83c28248babe970205026e454fc752bd27d1b1 /CMakeLists.txt | |
download | spmc-4ff59a810de5c3e9125ed3ec2ec1d12d02437b64.tar.gz |
Initial commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
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 |