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.
|
|
|
|
|
|
|
|
#### examples/root-simple/CMakeLists.txt
|
2022-06-02 14:30:14 -04:00
|
|
|
|
2018-03-29 13:26:47 +02:00
|
|
|
[import:'main', lang:'cmake'](CMakeLists.txt)
|
|
|
|
|
|
|
|
#### examples/root-simple/SimpleExample.cxx
|
|
|
|
|
|
|
|
[import](SimpleExample.cxx)
|