diff options
author | June McEnroe <june@causal.agency> | 2022-01-19 22:03:12 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-19 22:03:12 -0500 |
commit | 0760adaff4bcb8e4eedcc379a8a1b89b81078bc0 (patch) | |
tree | d3aa81cabe4f1dd679f5e35337fc71c88146850d /cards | |
parent | Add basic install (diff) | |
parent | Only require C (diff) | |
download | wep-0760adaff4bcb8e4eedcc379a8a1b89b81078bc0.tar.gz wep-0760adaff4bcb8e4eedcc379a8a1b89b81078bc0.zip |
Merge commit '91db088feddc115670b5031f37a19e1a11ccc504'
Diffstat (limited to '')
-rw-r--r-- | cards/CMakeLists.txt | 2 |
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) |