CMake: Update for upstream changes

This commit is contained in:
Sam Edwards 2019-06-04 00:00:09 -06:00
parent 039f5af34e
commit 088949e2a1
2 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,8 @@ set(P3DTOOLUTIL_IGATEEXT
filename_ext.h
globPattern_ext.cxx
globPattern_ext.h
iostream_ext.cxx
iostream_ext.h
textEncoder_ext.cxx
textEncoder_ext.h
)

View File

@ -114,8 +114,12 @@ if(WIN32)
endif()
set(P3PIPELINE_IGATEEXT
pmutex_ext.h
pmutex_ext.I
pythonThread.cxx
pythonThread.h
reMutex_ext.h
reMutex_ext.I
)
composite_sources(p3pipeline P3PIPELINE_SOURCES)