We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eb6f4 commit 272bf86Copy full SHA for 272bf86
scripts/datamodel-doc/inputCard.xml
@@ -479,7 +479,7 @@
479
<!-- selection of files to consider as CMakeLists files -->
480
<!-- relative to CMLfiles/mainDir -->
481
<fileName>
482
- TableProducer/CMakeLists.txt
+ TableProducer/CMakeLists.txt, TableProducer/Converters/CMakeLists.txt
483
</fileName>
484
</CMLfiles>
485
@@ -492,7 +492,7 @@
492
<!-- selection of files to consider as task code files -->
493
<!-- relative to codeFiles/mainDir -->
494
495
- TableProducer/*.cxx
+ TableProducer/*.cxx, TableProducer/Converters/*.cxx
496
497
</codeFiles>
498
</DataModel>
0 commit comments