ChimeraTK / cppext

A collection of C++ classes which are quite fundamental and thus considered inside ChimeraTK as an extension of C++.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Wip/11221 modernize cmake (#25) #29

Closed mhier closed 1 year ago

mhier commented 1 year ago

This provides ChimeraTK:: as cmake imported target. Variables _INCLUDE_DIRS, LIBRARY_DIRS, _LIBRARIES, _CXX_FLAGS, _LINKER_FLAGS are provided for compatibility but are generated from cmake-exports where possible and cmake imported targets should be preferred.