atlas_add_library(...) Fix, master branch (2020.11.30.)
Put the include directory export properties back on ATLAS libraries. Previously these were picked up through the package's imported ("package level") targets. But with those gone, atlas_add_library(...)
needs to set up the "installed interface" of these targets itself.
This is a follow-up from !775 (merged).