mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
7 lines
154 B
CMake
7 lines
154 B
CMake
configure_file("cmake/CLI11.pc.in" "CLI11.pc" @ONLY)
|
|
|
|
install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc"
|
|
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
|
|
|
|
|