1
0
mirror of synced 2024-12-23 05:00:01 +01:00

18 lines
365 B
Markdown
Raw Normal View History

2018-05-01 17:18:27 +02:00
# A Simple ROOT Project
This is a minimal example of a ROOT project using the UseFile system and without a dictionary.
2024-08-15 07:04:35 +00:00
## examples/root-usefile/CMakeLists.txt
2022-06-02 14:30:14 -04:00
2024-08-15 07:04:35 +00:00
```{literalinclude} CMakeLists.txt
:start-after: "[main]"
:end-before: "[main]"
:language: cmake
```
2018-05-01 17:18:27 +02:00
2024-08-15 07:04:35 +00:00
## examples/root-usefile/SimpleExample.cxx
2018-05-01 17:18:27 +02:00
2024-08-15 07:04:35 +00:00
```{literalinclude} SimpleExample.cxx
:language: cpp
```