+1
−1
+99
−45
+61
−14
+11
−11
+3
−2
Loading
* Define cppduals_duals interface target which allows using cppduals with modern, target-based CMake. * Export cppduals_duals to cppduals-config.cmake for use with find_package. Target cppduals_duals is exported as cppduals::duals * Define a cppduals::dual alias target for use with add_subdirectory. Provides consistent link target regardless of how library is used. * Update install to include headers, cmake config, and docs (if built). * Fix bug when setting default build type * Use local install directory if none provided * Only configure docs if doxygen available; otherwise inform user of missing dependency.