vcpkg/ports/libgme/disable-player-and-demo.patch
2023-03-22 16:34:39 -07:00

11 lines
392 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b352102db48f265448a35b731cb712b8e112d39..62349bd48ddd3d6c44e6ee68243605781814de2f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,5 +102,3 @@ endif ()
add_subdirectory(gme)
# EXCLUDE_FROM_ALL adds build rules but keeps it out of default build
-add_subdirectory(player EXCLUDE_FROM_ALL)
-add_subdirectory(demo EXCLUDE_FROM_ALL)