mirror of
https://github.com/nlohmann/json.git
synced 2025-11-23 19:34:10 +08:00
The meson builds install a pkg-config file, but the cmake builds don't. This adds a pkg-config file to the cmake builds that is functionally equivalent to the one generated from meson.
5 lines
148 B
PkgConfig
5 lines
148 B
PkgConfig
Name: ${PROJECT_NAME}
|
|
Description: ${PROJECT_DESCRIPTION}
|
|
Version: ${PROJECT_VERSION}
|
|
Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}
|