Skip to content

Commit

Permalink
Merge pull request #80 from mattja/fix_cmake_install
Browse files Browse the repository at this point in the history
Install generated linalg_config.h
  • Loading branch information
mhoemmen authored Jun 16, 2021
2 parents 36b1723 + 1c420b4 commit fbfa0a0
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 fbfa0a0

Please sign in to comment.