From 088949e2a1ae8751fc1e071f5c1f4c56db91e973 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Tue, 4 Jun 2019 00:00:09 -0600 Subject: [PATCH] CMake: Update for upstream changes --- dtool/src/dtoolutil/CMakeLists.txt | 2 ++ panda/src/pipeline/CMakeLists.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/dtool/src/dtoolutil/CMakeLists.txt b/dtool/src/dtoolutil/CMakeLists.txt index 2d6664a2da..8348442311 100644 --- a/dtool/src/dtoolutil/CMakeLists.txt +++ b/dtool/src/dtoolutil/CMakeLists.txt @@ -66,6 +66,8 @@ set(P3DTOOLUTIL_IGATEEXT filename_ext.h globPattern_ext.cxx globPattern_ext.h + iostream_ext.cxx + iostream_ext.h textEncoder_ext.cxx textEncoder_ext.h ) diff --git a/panda/src/pipeline/CMakeLists.txt b/panda/src/pipeline/CMakeLists.txt index 0835e9aa3c..0e117e8208 100644 --- a/panda/src/pipeline/CMakeLists.txt +++ b/panda/src/pipeline/CMakeLists.txt @@ -114,8 +114,12 @@ if(WIN32) endif() set(P3PIPELINE_IGATEEXT + pmutex_ext.h + pmutex_ext.I pythonThread.cxx pythonThread.h + reMutex_ext.h + reMutex_ext.I ) composite_sources(p3pipeline P3PIPELINE_SOURCES)