Skip to content
Snippets Groups Projects
CMakeLists.txt 401 B
Newer Older
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0.  See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#
add_subdirectory(adios2)
William F Godoy's avatar
William F Godoy committed
add_subdirectory(utils)
  FILES adios2.h
  DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)