From de0998ca341be8881e095f0c608a6d38ac9eae74 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Thu, 30 Jul 2020 17:24:54 -0400 Subject: [PATCH] Compile physfsrwops with VVVVVV because of SDL dependency --- desktop_version/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/CMakeLists.txt b/desktop_version/CMakeLists.txt index 96489979..a4993a35 100644 --- a/desktop_version/CMakeLists.txt +++ b/desktop_version/CMakeLists.txt @@ -113,6 +113,7 @@ set(VVV_SRC src/Network.c src/ThirdPartyDeps.c src/Xoshiro.c + ../third_party/physfs/physfsrwops.c ) if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "DISABLED") list(APPEND VVV_SRC src/editor.cpp) @@ -174,7 +175,6 @@ set(PFS_SRC ../third_party/physfs/physfs_platform_unix.c ../third_party/physfs/physfs_platform_windows.c ../third_party/physfs/physfs_platform_haiku.cpp - ../third_party/physfs/physfsrwops.c ) if(APPLE) # Are you noticing a pattern with this Apple crap yet?