From d9f040cb6a82bee934c49f0ddbc575de41ccfdfa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 22 Jul 2017 12:55:50 -0400 Subject: [PATCH] Add platform_os2.c to the CMake file. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cfe77de..b880c472 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ set(PHYSFS_SRCS src/platform_unix.c src/platform_macosx.c src/platform_windows.c + src/platform_os2.c src/archiver_dir.c src/archiver_unpacked.c src/archiver_grp.c