about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-19 22:02:51 -0500
committerJune McEnroe <june@causal.agency>2022-01-19 22:02:51 -0500
commit91db088feddc115670b5031f37a19e1a11ccc504 (patch)
tree718b79b7ca0cc5252bbe982c15948ef15878ec6b
parentReplace build system with cmake (diff)
downloadcards-91db088feddc115670b5031f37a19e1a11ccc504.tar.gz
cards-91db088feddc115670b5031f37a19e1a11ccc504.zip
Only require C
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06ae91f..9a40c37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.10)
 
-project(cards)
+project(cards C)
 
 find_package(SDL2 REQUIRED)