Browse Source

Remove .I files from _IGATEEXT.

Maxwell Dreytser 1 year ago
parent
commit
6dc274e38d
2 changed files with 0 additions and 7 deletions
  1. 0 2
      panda/src/pipeline/CMakeLists.txt
  2. 0 5
      panda/src/putil/CMakeLists.txt

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

@@ -115,11 +115,9 @@ endif()
 
 
 set(P3PIPELINE_IGATEEXT
 set(P3PIPELINE_IGATEEXT
   pmutex_ext.h
   pmutex_ext.h
-  pmutex_ext.I
   pythonThread.cxx
   pythonThread.cxx
   pythonThread.h
   pythonThread.h
   reMutex_ext.h
   reMutex_ext.h
-  reMutex_ext.I
 )
 )
 
 
 composite_sources(p3pipeline P3PIPELINE_SOURCES)
 composite_sources(p3pipeline P3PIPELINE_SOURCES)

+ 0 - 5
panda/src/putil/CMakeLists.txt

@@ -129,20 +129,15 @@ set(P3PUTIL_IGATEEXT
   bamWriter_ext.h
   bamWriter_ext.h
   bitArray_ext.cxx
   bitArray_ext.cxx
   bitArray_ext.h
   bitArray_ext.h
-  bitArray_ext.I
   bitMask_ext.h
   bitMask_ext.h
-  bitMask_ext.I
   callbackObject_ext.h
   callbackObject_ext.h
   doubleBitMask_ext.h
   doubleBitMask_ext.h
-  doubleBitMask_ext.I
   paramPyObject.cxx
   paramPyObject.cxx
   paramPyObject.h
   paramPyObject.h
-  paramPyObject.I
   pythonCallbackObject.cxx
   pythonCallbackObject.cxx
   pythonCallbackObject.h
   pythonCallbackObject.h
   sparseArray_ext.cxx
   sparseArray_ext.cxx
   sparseArray_ext.h
   sparseArray_ext.h
-  sparseArray_ext.I
   typedWritable_ext.cxx
   typedWritable_ext.cxx
   typedWritable_ext.h
   typedWritable_ext.h
 )
 )