1
0
mirror of synced 2024-06-13 07:59:58 +02:00
modern-cmake/examples/root-simple-3.11
Henry Fredrick Schreiner 6a52473afb Adding improvements to ROOT
2018-05-02 10:48:50 +02:00
..
CMakeLists.txt Adding improvements to ROOT 2018-05-02 10:48:50 +02:00
README.md Adding nice examples 2018-03-29 13:26:47 +02:00
SimpleExample.cxx Adding nice examples 2018-03-29 13:26:47 +02:00

A Simple ROOT Project (CMake 3.11)

This is a minimal example of a ROOT project using the target system and without a dictionary. This uses the new support in CMake 3.11+ for adding interface properties on an imported interface target.

examples/root-simple-3.11/CMakeLists.txt

import:'main', lang:'cmake'

examples/root-simple-3.11/SimpleExample.cxx

import