CMake: Update for recent upstream changes.
This commit is contained in:
parent
98db603b66
commit
66e47bea0d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue