1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
add_subdirectory("test")
install(FILES
defaultderivativetraits.hh
differentiablefunction.hh
differentiablefunction_imp.hh
differentiablefunctionfromcallables.hh
functionconcepts.hh
indexaccess.hh
interfaces.hh
localfunction.hh
localfunction_imp.hh
multiindex.hh
overflowarray.hh
polymorphicsmallobject.hh
reserveddeque.hh
signature.hh
staticforloop.hh
type_traits.hh
typeerasure.hh
utility.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/functions/common)
|