Skip to content

Commit

Permalink
Merge pull request #15 from PiQuer/public
Browse files Browse the repository at this point in the history
installation of header files in cxxstd
  • Loading branch information
michael-lehn committed Oct 27, 2015
2 parents f818e94 + bf14897 commit 0f8dbe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Include fi

add_subdirectory(cxxblas)
add_subdirectory(cxxlapack)
add_subdirectory(cxxstd)
add_subdirectory(flens)
add_subdirectory(external)
4 changes: 4 additions & 0 deletions cxxstd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${INCLUDE_INSTALL_DIR}
FILES_MATCHING
PATTERN "*.h"
)

0 comments on commit 0f8dbe9

Please sign in to comment.