Add pkg-config files

This commit is contained in:
rexy712 2020-03-06 16:12:49 -08:00
parent 24f9f608a8
commit 26e3cf4b2c
2 changed files with 18 additions and 0 deletions

9
pc/rjp.pc.cmake.in Normal file
View File

@ -0,0 +1,9 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: rjp
Description: Rexy's JSON Parser
URL: https://gitlab.com/rexy712/rjp
Version: @rjp_VERSION_MAJOR@.@rjp_VERSION_MINOR@.@rjp_VERSION_REVISION@
Libs: -L${libdir} -lrjp
Cflags: -I${includedir}

View File

@ -0,0 +1,9 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: rjp++
Description: C++ wrapper around rjp
URL: https://gitlab.com/rexy712/rjp
Version: @rjp++_VERSION_MAJOR@.@rjp++_VERSION_MINOR@.@rjp++_VERSION_REVISION@
Libs: -L${libdir} -lrjp++
Cflags: -I${includedir}