Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Install pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed Jun 16, 2019
1 parent eb03050 commit c9e4356
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 @@ -51,5 +51,8 @@ install(EXPORT libtelnet-export
FILE libtelnet.cmake
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libtelnet
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libtelnet.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)

include(CPack)

0 comments on commit c9e4356

Please sign in to comment.