You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.