CMake: Update for recent upstream changes.

This commit is contained in:
Sam Edwards 2015-05-02 12:23:22 -07:00
parent 98db603b66
commit 66e47bea0d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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