Skip to content

Commit

Permalink
install kokkos_interop.h
Browse files Browse the repository at this point in the history
  • Loading branch information
germasch committed Jul 3, 2022
1 parent c839966 commit 09046d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bindings/CXX11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ install(TARGETS adios2_cxx11 ${maybe_adios2_cxx11_mpi} EXPORT adios2CXX11Exports
)

install(
FILES adios2.h
FILES adios2.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT adios2_cxx11-development
)

install(
FILES adios2/cxx11/fstream/ADIOS2fstream.h
FILES adios2/cxx11/fstream/ADIOS2fstream.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/adios2/cxx11/fstream
COMPONENT adios2_cxx11-development
)
Expand All @@ -89,6 +89,7 @@ install(
adios2/cxx11/Operator.h
adios2/cxx11/Query.h
adios2/cxx11/Types.h
adios2/cxx11/kokkos_interop.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/adios2/cxx11
COMPONENT adios2_cxx11-development
)
Expand Down

0 comments on commit 09046d7

Please sign in to comment.