feat: create pkg-config file (#523)

This commit is contained in:
djerius
2020-10-28 12:06:05 -04:00
committed by GitHub
parent 89926dc820
commit e50a75f231
3 changed files with 17 additions and 0 deletions

View File

@@ -224,6 +224,8 @@ if(CLI11_INSTALL)
NAMESPACE CLI11::
FILE CLI11Targets.cmake)
include(cmake/CLI11GeneratePkgConfig.cmake)
# Register in the user cmake package registry
export(PACKAGE CLI11)
endif()