1
0
mirror of synced 2025-01-08 20:44:24 +01:00

18 lines
362 B
Markdown
Raw Normal View History

2018-03-29 13:26:47 +02:00
# A Simple ROOT Project
This is a minimal example of a ROOT project using the target system and without a dictionary.
2024-08-15 07:04:35 +00:00
## examples/root-simple/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-03-29 13:26:47 +02:00
2024-08-15 07:04:35 +00:00
## examples/root-simple/SimpleExample.cxx
2018-03-29 13:26:47 +02:00
2024-08-15 07:04:35 +00:00
```{literalinclude} SimpleExample.cxx
:language: cpp
```