Browse Source

CMake: Update for recent upstream changes.

Sam Edwards 10 years ago
parent
commit
66e47bea0d
2 changed files with 2 additions and 2 deletions
  1. 2 0
      dtool/src/dtoolbase/CMakeLists.txt
  2. 0 2
      panda/src/display/CMakeLists.txt

+ 2 - 0
dtool/src/dtoolbase/CMakeLists.txt

@@ -22,6 +22,7 @@ set(P3DTOOLBASE_HEADERS
     nearly_zero.h
     nearly_zero.h
     neverFreeMemory.h neverFreeMemory.I
     neverFreeMemory.h neverFreeMemory.I
     numeric_types.h
     numeric_types.h
+    pdtoa.h
     pstrtod.h
     pstrtod.h
     register_type.I register_type.h
     register_type.I register_type.h
     selectThreadImpl.h
     selectThreadImpl.h
@@ -53,6 +54,7 @@ set(P3DTOOLBASE_SOURCES
     mutexWin32Impl.cxx
     mutexWin32Impl.cxx
     mutexSpinlockImpl.cxx
     mutexSpinlockImpl.cxx
     neverFreeMemory.cxx
     neverFreeMemory.cxx
+    pdtoa.cxx
     pstrtod.cxx
     pstrtod.cxx
     register_type.cxx
     register_type.cxx
     typeHandle.cxx
     typeHandle.cxx

+ 0 - 2
panda/src/display/CMakeLists.txt

@@ -20,7 +20,6 @@ set(P3DISPLAY_HEADERS
   graphicsWindowInputDevice.I graphicsWindowInputDevice.h
   graphicsWindowInputDevice.I graphicsWindowInputDevice.h
   graphicsWindowProc.h
   graphicsWindowProc.h
   graphicsWindowProcCallbackData.I graphicsWindowProcCallbackData.h
   graphicsWindowProcCallbackData.I graphicsWindowProcCallbackData.h
-  lru.h
   nativeWindowHandle.I nativeWindowHandle.h
   nativeWindowHandle.I nativeWindowHandle.h
   parasiteBuffer.I parasiteBuffer.h
   parasiteBuffer.I parasiteBuffer.h
   pStatGPUTimer.I pStatGPUTimer.h
   pStatGPUTimer.I pStatGPUTimer.h
@@ -56,7 +55,6 @@ set(P3DISPLAY_SOURCES
   graphicsWindowProc.cxx
   graphicsWindowProc.cxx
   graphicsWindowProcCallbackData.cxx
   graphicsWindowProcCallbackData.cxx
   graphicsDevice.cxx
   graphicsDevice.cxx
-  lru.cxx
   nativeWindowHandle.cxx
   nativeWindowHandle.cxx
   parasiteBuffer.cxx
   parasiteBuffer.cxx
   windowHandle.cxx
   windowHandle.cxx