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

12 lines
285 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.
#### examples/root-usefile/CMakeLists.txt
2022-06-02 14:30:14 -04:00
2018-05-01 17:18:27 +02:00
[import:'main', lang:'cmake'](CMakeLists.txt)
#### examples/root-usefile/SimpleExample.cxx
[import](SimpleExample.cxx)