Logo
Explore Help
Register Sign In
lenn/json
1
0
Fork 0
You've already forked json
mirror of https://github.com/nlohmann/json.git synced 2025-11-23 19:34:10 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
2b40a69a2532379fe12fc641c99e247e1f35e765
json/cmake/pkg-config.pc.in

8 lines
184 B
PkgConfig
Raw Normal View History

CMake: generate a pkg-config file that follow pkg-config conventions (#4456) * CMake: configure pkg-config with @only And use @ replacement instead of {}, since ${} is significant in pkg-config's format * CMake: use conventional prefix and incluedir variables in pkg-config This is more standard, and has some advantages when cross compiling. This also means that the pkg-config files generated by Meson and CMake now match.
2024-11-25 23:39:11 -08:00
prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: @PROJECT_NAME@
:arrow_down: require CMake 3.1
2020-07-10 12:53:48 +02:00
Description: JSON for Modern C++
CMake: generate a pkg-config file that follow pkg-config conventions (#4456) * CMake: configure pkg-config with @only And use @ replacement instead of {}, since ${} is significant in pkg-config's format * CMake: use conventional prefix and incluedir variables in pkg-config This is more standard, and has some advantages when cross compiling. This also means that the pkg-config files generated by Meson and CMake now match.
2024-11-25 23:39:11 -08:00
Version: @PROJECT_VERSION@
Cflags: -I${includedir}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 399ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API