1
0
mirror of synced 2025-01-03 18:31:31 +01:00
2022-06-02 14:30:14 -04:00

12 lines
285 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
[import:'main', lang:'cmake'](CMakeLists.txt)
#### examples/root-usefile/SimpleExample.cxx
[import](SimpleExample.cxx)