18 lines
365 B
Markdown
18 lines
365 B
Markdown
# A Simple ROOT Project
|
|
|
|
This is a minimal example of a ROOT project using the UseFile system and without a dictionary.
|
|
|
|
## examples/root-usefile/CMakeLists.txt
|
|
|
|
```{literalinclude} CMakeLists.txt
|
|
:start-after: "[main]"
|
|
:end-before: "[main]"
|
|
:language: cmake
|
|
```
|
|
|
|
## examples/root-usefile/SimpleExample.cxx
|
|
|
|
```{literalinclude} SimpleExample.cxx
|
|
:language: cpp
|
|
```
|