mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:27:45 +00:00
Ports/pt2-clone: Update pt2-clone to version 1.43
Upgrade patches to git style, add ReadMe.md and remove from the list of ports missing descriptions.
This commit is contained in:
parent
d6ce3a842c
commit
d89a58216d
8 changed files with 66 additions and 25 deletions
|
@ -0,0 +1,24 @@
|
|||
From cffb5fae8afd6a7272fd71665882b2b41b756d13 Mon Sep 17 00:00:00 2001
|
||||
From: EWouters <6179932+EWouters@users.noreply.github.com>
|
||||
Date: Tue, 5 Apr 2022 14:41:31 +0200
|
||||
Subject: [PATCH 1/2] Remove output path from CMakeLists
|
||||
|
||||
---
|
||||
CMakeLists.txt | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index b391653..0d42019 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.7)
|
||||
project(pt2-clone)
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${pt2-clone_SOURCE_DIR}/release/other/")
|
||||
|
||||
file(GLOB pt2-clone_SRC
|
||||
"${pt2-clone_SOURCE_DIR}/src/*.c"
|
||||
--
|
||||
2.32.0 (Apple Git-132)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue