From 66e47bea0ded4c0f7f0d917661a6c3dc3a25becc Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 2 May 2015 12:23:22 -0700 Subject: [PATCH] CMake: Update for recent upstream changes. --- dtool/src/dtoolbase/CMakeLists.txt | 2 ++ panda/src/display/CMakeLists.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/src/dtoolbase/CMakeLists.txt b/dtool/src/dtoolbase/CMakeLists.txt index 53aa3caf3d..e4deb8a11c 100644 --- a/dtool/src/dtoolbase/CMakeLists.txt +++ b/dtool/src/dtoolbase/CMakeLists.txt @@ -22,6 +22,7 @@ set(P3DTOOLBASE_HEADERS nearly_zero.h neverFreeMemory.h neverFreeMemory.I numeric_types.h + pdtoa.h pstrtod.h register_type.I register_type.h selectThreadImpl.h @@ -53,6 +54,7 @@ set(P3DTOOLBASE_SOURCES mutexWin32Impl.cxx mutexSpinlockImpl.cxx neverFreeMemory.cxx + pdtoa.cxx pstrtod.cxx register_type.cxx typeHandle.cxx diff --git a/panda/src/display/CMakeLists.txt b/panda/src/display/CMakeLists.txt index da38641472..245e8c8ce7 100644 --- a/panda/src/display/CMakeLists.txt +++ b/panda/src/display/CMakeLists.txt @@ -20,7 +20,6 @@ set(P3DISPLAY_HEADERS graphicsWindowInputDevice.I graphicsWindowInputDevice.h graphicsWindowProc.h graphicsWindowProcCallbackData.I graphicsWindowProcCallbackData.h - lru.h nativeWindowHandle.I nativeWindowHandle.h parasiteBuffer.I parasiteBuffer.h pStatGPUTimer.I pStatGPUTimer.h @@ -56,7 +55,6 @@ set(P3DISPLAY_SOURCES graphicsWindowProc.cxx graphicsWindowProcCallbackData.cxx graphicsDevice.cxx - lru.cxx nativeWindowHandle.cxx parasiteBuffer.cxx windowHandle.cxx