mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
CMake: Update for upstream changes
This commit is contained in:
parent
039f5af34e
commit
088949e2a1
@ -66,6 +66,8 @@ set(P3DTOOLUTIL_IGATEEXT
|
|||||||
filename_ext.h
|
filename_ext.h
|
||||||
globPattern_ext.cxx
|
globPattern_ext.cxx
|
||||||
globPattern_ext.h
|
globPattern_ext.h
|
||||||
|
iostream_ext.cxx
|
||||||
|
iostream_ext.h
|
||||||
textEncoder_ext.cxx
|
textEncoder_ext.cxx
|
||||||
textEncoder_ext.h
|
textEncoder_ext.h
|
||||||
)
|
)
|
||||||
|
@ -114,8 +114,12 @@ if(WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(P3PIPELINE_IGATEEXT
|
set(P3PIPELINE_IGATEEXT
|
||||||
|
pmutex_ext.h
|
||||||
|
pmutex_ext.I
|
||||||
pythonThread.cxx
|
pythonThread.cxx
|
||||||
pythonThread.h
|
pythonThread.h
|
||||||
|
reMutex_ext.h
|
||||||
|
reMutex_ext.I
|
||||||
)
|
)
|
||||||
|
|
||||||
composite_sources(p3pipeline P3PIPELINE_SOURCES)
|
composite_sources(p3pipeline P3PIPELINE_SOURCES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user