CMake: Update for upstream changes
This commit is contained in:
parent
19b448e09e
commit
dd490656a0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue