1
0
mirror of synced 2024-05-28 00:10:09 +02:00
modern-cmake/examples/root-simple/README.md
2022-06-02 14:30:14 -04:00

12 lines
282 B
Markdown

# A Simple ROOT Project
This is a minimal example of a ROOT project using the target system and without a dictionary.
#### examples/root-simple/CMakeLists.txt
[import:'main', lang:'cmake'](CMakeLists.txt)
#### examples/root-simple/SimpleExample.cxx
[import](SimpleExample.cxx)