From dd490656a097ae97424913353bf4aecad9b24698 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 15 Feb 2017 01:40:28 -0700 Subject: [PATCH] CMake: Update for upstream changes --- dtool/src/cppparser/CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dtool/src/cppparser/CMakeLists.txt b/dtool/src/cppparser/CMakeLists.txt index 80d5bdcfff..4384f756e9 100644 --- a/dtool/src/cppparser/CMakeLists.txt +++ b/dtool/src/cppparser/CMakeLists.txt @@ -2,12 +2,13 @@ add_bison_target(cppBison.cxx cppBison.yxx DEFINES cppBison.h PREFIX cppyy) set(P3CPPPARSER_HEADERS 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 cppExpressionParser.h cppExtensionType.h cppFile.h cppFunctionGroup.h cppFunctionType.h cppGlobals.h cppIdentifier.h cppInstance.h cppInstanceIdentifier.h - cppMakeProperty.h cppMakeSeq.h cppManifest.h + cppMakeProperty.h cppMakeSeq.h cppManifest.h cppNameComponent.h cppNamespace.h cppParameterList.h cppParser.h cppPointerType.h cppPreprocessor.h cppReferenceType.h cppScope.h @@ -20,12 +21,12 @@ set(P3CPPPARSER_HEADERS set(P3CPPPARSER_SOURCES cppArrayType.cxx ${CMAKE_CURRENT_BINARY_DIR}/cppBison.cxx cppClassTemplateParameter.cxx - cppCommentBlock.cxx cppConstType.cxx cppDeclaration.cxx + cppCommentBlock.cxx cppClosureType.cxx cppConstType.cxx cppDeclaration.cxx cppEnumType.cxx cppExpression.cxx cppExpressionParser.cxx cppExtensionType.cxx cppFile.cxx cppFunctionGroup.cxx cppFunctionType.cxx cppGlobals.cxx cppIdentifier.cxx cppInstance.cxx cppInstanceIdentifier.cxx - cppMakeProperty.cxx cppMakeSeq.cxx cppManifest.cxx + cppMakeProperty.cxx cppMakeSeq.cxx cppManifest.cxx cppNameComponent.cxx cppNamespace.cxx cppParameterList.cxx cppParser.cxx cppPointerType.cxx cppPreprocessor.cxx cppReferenceType.cxx cppScope.cxx cppSimpleType.cxx