# 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 ```{literalinclude} CMakeLists.txt :start-after: "[main]" :end-before: "[main]" :language: cmake ``` ## examples/root-simple/SimpleExample.cxx ```{literalinclude} SimpleExample.cxx :language: cpp ```