summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-19 22:03:12 -0500
committerJune McEnroe <june@causal.agency>2022-01-19 22:03:12 -0500
commit0760adaff4bcb8e4eedcc379a8a1b89b81078bc0 (patch)
treed3aa81cabe4f1dd679f5e35337fc71c88146850d
parentAdd basic install (diff)
parentOnly require C (diff)
downloadwep-0760adaff4bcb8e4eedcc379a8a1b89b81078bc0.tar.gz
wep-0760adaff4bcb8e4eedcc379a8a1b89b81078bc0.zip
Merge commit '91db088feddc115670b5031f37a19e1a11ccc504'
-rw-r--r--cards/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cards/CMakeLists.txt b/cards/CMakeLists.txt
index 06ae91f..9a40c37 100644
--- a/cards/CMakeLists.txt
+++ b/cards/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.10)
 
-project(cards)
+project(cards C)
 
 find_package(SDL2 REQUIRED)