Browse Source

CMake: Update for upstream changes

Sam Edwards 8 years ago
parent
commit
dd490656a0
1 changed files with 5 additions and 4 deletions
  1. 5 4
      dtool/src/cppparser/CMakeLists.txt

+ 5 - 4
dtool/src/cppparser/CMakeLists.txt

@@ -2,12 +2,13 @@ add_bison_target(cppBison.cxx cppBison.yxx DEFINES cppBison.h PREFIX cppyy)
 
 
 set(P3CPPPARSER_HEADERS
 set(P3CPPPARSER_HEADERS
 	cppArrayType.h cppBison.yxx cppBisonDefs.h
 	cppArrayType.h cppBison.yxx cppBisonDefs.h
-	cppClassTemplateParameter.h cppCommentBlock.h cppConstType.h
+	cppClassTemplateParameter.h cppCommentBlock.h
+	cppClosureType.h cppConstType.h
 	cppDeclaration.h cppEnumType.h cppExpression.h
 	cppDeclaration.h cppEnumType.h cppExpression.h
 	cppExpressionParser.h cppExtensionType.h cppFile.h
 	cppExpressionParser.h cppExtensionType.h cppFile.h
 	cppFunctionGroup.h cppFunctionType.h cppGlobals.h
 	cppFunctionGroup.h cppFunctionType.h cppGlobals.h
 	cppIdentifier.h cppInstance.h cppInstanceIdentifier.h
 	cppIdentifier.h cppInstance.h cppInstanceIdentifier.h
-  cppMakeProperty.h cppMakeSeq.h cppManifest.h
+	cppMakeProperty.h cppMakeSeq.h cppManifest.h
 	cppNameComponent.h cppNamespace.h
 	cppNameComponent.h cppNamespace.h
 	cppParameterList.h cppParser.h cppPointerType.h
 	cppParameterList.h cppParser.h cppPointerType.h
 	cppPreprocessor.h cppReferenceType.h cppScope.h
 	cppPreprocessor.h cppReferenceType.h cppScope.h
@@ -20,12 +21,12 @@ set(P3CPPPARSER_HEADERS
 set(P3CPPPARSER_SOURCES
 set(P3CPPPARSER_SOURCES
 	cppArrayType.cxx ${CMAKE_CURRENT_BINARY_DIR}/cppBison.cxx
 	cppArrayType.cxx ${CMAKE_CURRENT_BINARY_DIR}/cppBison.cxx
 	cppClassTemplateParameter.cxx
 	cppClassTemplateParameter.cxx
-	cppCommentBlock.cxx cppConstType.cxx cppDeclaration.cxx
+	cppCommentBlock.cxx cppClosureType.cxx cppConstType.cxx cppDeclaration.cxx
 	cppEnumType.cxx cppExpression.cxx cppExpressionParser.cxx
 	cppEnumType.cxx cppExpression.cxx cppExpressionParser.cxx
 	cppExtensionType.cxx cppFile.cxx cppFunctionGroup.cxx
 	cppExtensionType.cxx cppFile.cxx cppFunctionGroup.cxx
 	cppFunctionType.cxx cppGlobals.cxx cppIdentifier.cxx
 	cppFunctionType.cxx cppGlobals.cxx cppIdentifier.cxx
 	cppInstance.cxx cppInstanceIdentifier.cxx
 	cppInstance.cxx cppInstanceIdentifier.cxx
-  cppMakeProperty.cxx cppMakeSeq.cxx cppManifest.cxx
+	cppMakeProperty.cxx cppMakeSeq.cxx cppManifest.cxx
 	cppNameComponent.cxx cppNamespace.cxx cppParameterList.cxx
 	cppNameComponent.cxx cppNamespace.cxx cppParameterList.cxx
 	cppParser.cxx cppPointerType.cxx cppPreprocessor.cxx
 	cppParser.cxx cppPointerType.cxx cppPreprocessor.cxx
 	cppReferenceType.cxx cppScope.cxx cppSimpleType.cxx
 	cppReferenceType.cxx cppScope.cxx cppSimpleType.cxx