Skip to content

Commit

Permalink
reamended beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed May 22, 2019
1 parent edcd9d0 commit e434964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion export/cmake/CMakeLists.txt.export
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,13 @@ configure_file(
@ONLY
)

# install config files
# install cmake-processed files
install(FILES ${PROJECT_BINARY_DIR}/libint2.pc
DESTINATION lib/pkgconfig)
install(FILES ${PROJECT_BINARY_DIR}/include/libint2/config.h
DESTINATION "${LIBINT2_INSTALL_INCLUDEDIR}/libint2")
install(FILES ${PROJECT_BINARY_DIR}/include/libint2/basis.h
DESTINATION "${LIBINT2_INSTALL_INCLUDEDIR}/libint2")

# Create the version file
write_basic_package_version_file(libint2-config-version.cmake
Expand Down

0 comments on commit e434964

Please sign in to comment.