mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Originally setup at https://github.com/CLIUtils/CLI11/pull/635 but reverted in https://github.com/CLIUtils/CLI11/pull/916 without any specific reason that I can find.
8 lines
256 B
CMake
8 lines
256 B
CMake
if(CLI11_PRECOMPILED)
|
|
configure_file("cmake/CLI11precompiled.pc.in" "CLI11.pc" @ONLY)
|
|
else()
|
|
configure_file("cmake/CLI11.pc.in" "CLI11.pc" @ONLY)
|
|
endif()
|
|
|
|
install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig")
|