docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.04k stars 146 forks source link

Also support creating relocatable pkgconfig #162

Open eaaltonen opened 1 year ago

eaaltonen commented 1 year ago

Using the pgk-config derived variable pcfiledir provides an option to create a package which the user can install to a location of their choosing. The prefix is determined at runtime from where the pkgconfig file is found.

eaaltonen commented 1 year ago

Fixed commit message.