Skip to content
Snippets Groups Projects
Commit 2fbdab64 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[bindings] add __init__.py infrsatructure

parent 8b3f3486
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,7 @@ add_subdirectory(xt)
install(DIRECTORY xt
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/
FILES_MATCHING PATTERN "*.hh")
install(FILES
__init__.py
DESTINATION ${CMAKE_INSTALL_LIBDIR}/dune/)
# This file is part of the dune-xt-common project:
# https://github.com/dune-community/dune-xt-common
# The copyright lies with the authors of this file (see below).
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
# Felix Schindler (2016)
......@@ -37,6 +37,9 @@ install(DIRECTORY ${DUNE_XT_COMMON_TEST_DIR}/gtest
FILES_MATCHING PATTERN "*")
install(FILES ${DUNE_XT_COMMON_TEST_DIR}/main.hxx
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/xt/test/)
install(FILES
__init__.py
DESTINATION ${CMAKE_INSTALL_LIBDIR}/dune/xt/)
include_directories(SYSTEM ${DUNE_XT_COMMON_TEST_DIR}/gtest )
add_subdirectory(common/test EXCLUDE_FROM_ALL)
......
# This file is part of the dune-xt-common project:
# https://github.com/dune-community/dune-xt-common
# The copyright lies with the authors of this file (see below).
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
# Felix Schindler (2016)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment