Skip to content
Snippets Groups Projects
Unverified Commit dfe40e01 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Use full relative path for source files

parent c130df3e
No related branches found
No related tags found
No related merge requests found
......@@ -15,15 +15,15 @@ ROOT_STANDARD_LIBRARY_PACKAGE(EG
TPrimary.h
TVirtualMCDecayer.h
SOURCES
TAttParticle.cxx
TDatabasePDG.cxx
TDecayChannel.cxx
TGenerator.cxx
TParticleClassPDG.cxx
TParticle.cxx
TParticlePDG.cxx
TPrimary.cxx
TVirtualMCDecayer.cxx
src/TAttParticle.cxx
src/TDatabasePDG.cxx
src/TDecayChannel.cxx
src/TGenerator.cxx
src/TParticleClassPDG.cxx
src/TParticle.cxx
src/TParticlePDG.cxx
src/TPrimary.cxx
src/TVirtualMCDecayer.cxx
DEPENDENCIES
Gpad
Graf
......
......@@ -24,9 +24,9 @@ ROOT_STANDARD_LIBRARY_PACKAGE(EGPythia6
TPythia6Decayer.h
TPythia6.h
SOURCES
TMCParticle.cxx
TPythia6.cxx
TPythia6Decayer.cxx
src/TMCParticle.cxx
src/TPythia6.cxx
src/TPythia6Decayer.cxx
LIBRARIES
${PYTHIA6_LIBRARIES}
DEPENDENCIES
......
......@@ -8,8 +8,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(EGPythia8
TPythia8.h
TPythia8Decayer.h
SOURCES
TPythia8.cxx
TPythia8Decayer.cxx
src/TPythia8.cxx
src/TPythia8Decayer.cxx
DICTIONARY_OPTIONS
-I${PYTHIA8_INCLUDE_DIR}
DEPENDENCIES
......
......@@ -15,10 +15,10 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RootAuth
TRootAuth.h
TRootSecContext.h
SOURCES
TAuthenticate.cxx
THostAuth.cxx
TRootAuth.cxx
TRootSecContext.cxx
src/TAuthenticate.cxx
src/THostAuth.cxx
src/TRootAuth.cxx
src/TRootSecContext.cxx
LINKDEF
LinkDefRoot.h
LIBRARIES
......
......@@ -10,10 +10,10 @@ ROOT_STANDARD_LIBRARY_PACKAGE(Bonjour
TBonjourRegistrar.h
TBonjourResolver.h
SOURCES
TBonjourBrowser.cxx
TBonjourRecord.cxx
TBonjourRegistrar.cxx
TBonjourResolver.cxx
src/TBonjourBrowser.cxx
src/TBonjourRecord.cxx
src/TBonjourRegistrar.cxx
src/TBonjourResolver.cxx
DEPENDENCIES
Core
)
......
......@@ -8,8 +8,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RDAVIX
TDavixFile.h
TDavixSystem.h
SOURCES
TDavixFile.cxx
TDavixSystem.cxx
src/TDavixFile.cxx
src/TDavixSystem.cxx
LIBRARIES
Davix::Davix
DEPENDENCIES
......
......@@ -47,21 +47,21 @@ ROOT_STANDARD_LIBRARY_PACKAGE(ROOTDataFrame
ROOT/RTrivialDS.hxx
${RDATAFRAME_EXTRA_HEADERS}
SOURCES
RCsvDS.cxx
RCutFlowReport.cxx
RDataFrame.cxx
RDFActionHelpers.cxx
RDFBookedCustomColumns.cxx
RDFDisplay.cxx
RDFGraphUtils.cxx
RDFHistoModels.cxx
RDFInterfaceUtils.cxx
RDFNodes.cxx
RDFUtils.cxx
RLoopManager.cxx
RRootDS.cxx
RSlotStack.cxx
RTrivialDS.cxx
src/RCsvDS.cxx
src/RCutFlowReport.cxx
src/RDataFrame.cxx
src/RDFActionHelpers.cxx
src/RDFBookedCustomColumns.cxx
src/RDFDisplay.cxx
src/RDFGraphUtils.cxx
src/RDFHistoModels.cxx
src/RDFInterfaceUtils.cxx
src/RDFNodes.cxx
src/RDFUtils.cxx
src/RLoopManager.cxx
src/RRootDS.cxx
src/RSlotStack.cxx
src/RTrivialDS.cxx
DICTIONARY_OPTIONS
-writeEmptyRootPCM
${RDATAFRAME_EXTRA_INCLUDES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment