Skip to content

Commit

Permalink
Merge pull request ORNL-QCI#4 from gt-tinker/feature/static-lib
Browse files Browse the repository at this point in the history
Fix downstream usage
  • Loading branch information
sethrj authored Jun 13, 2024
2 parents b20056c + 41ada51 commit fce8c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ endif()
# Where to install configured cmake files
set(QIREE_INSTALL_CMAKECONFIGDIR "${CMAKE_INSTALL_LIBDIR}/cmake/QIREE")

set(_cmake_files "${CMAKE_CURRENT_LIST_DIR}/cmake/FindLLVM.cmake"
"${CMAKE_CURRENT_LIST_DIR}/cmake/FindXACC.cmake")
install(FILES ${_cmake_files}
DESTINATION "${QIREE_INSTALL_CMAKECONFIGDIR}"
COMPONENT development
Expand Down

0 comments on commit fce8c0e

Please sign in to comment.