Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/SRB2/files/patch-thirdparty_CMakeLists.txt
16461 views
1
--- thirdparty/CMakeLists.txt.orig 2024-06-10 07:06:58 UTC
2
+++ thirdparty/CMakeLists.txt
3
@@ -16,6 +16,5 @@ if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}")
4
include("cpm-png.cmake")
5
include("cpm-curl.cmake")
6
include("cpm-openmpt.cmake")
7
+ include("cpm-libgme.cmake")
8
endif()
9
-
10
-include("cpm-libgme.cmake")
11
12