Skip to content

v00-05

Latest
Compare
Choose a tag to compare
@tmadlener tmadlener released this 23 Feb 08:58

v00-05

  • 2023-01-12 Thomas Madlener (PR#2)
    • Update CMake configuration to use the modern target based approach of propagating dependencies and making Physsim a package that can be easily found via find_package(Physsim)
    • Remove duplicated headers in src and use the ROOT CMake macro to generate dictionaries and build the library.
    • Make examples use this functionality and in this way make it build again via the canonical iLCSoft cmake build steps.
      • Add more detailed instructions to the README
    • Add github actions based CI and remove the travis-ci configuration.