Skip to content

Commit

Permalink
Install generated linalg_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mattja committed Jun 16, 2021
1 parent 36b1723 commit 1c420b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export(TARGETS linalg
)

install(DIRECTORY include/experimental DESTINATION include)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/experimental/__p1673_bits/linalg_config.h
DESTINATION include/experimental/__p1673_bits
)

include(CMakePackageConfigHelpers)
configure_package_config_file(cmake/LinAlgConfig.cmake.in
Expand Down

0 comments on commit 1c420b4

Please sign in to comment.