cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

prefix-variable cli option #63

Closed tylerjw closed 2 months ago

tylerjw commented 2 months ago

After this change, I can get the output I'd like from my eigen3.cps file:

~/code/cps-config: ./build/cps-config --prefix-variable /usr --cflags eigen3                                            03/15/24 09:43:07 AM
-I/usr/include/eigen3
~/code/cps-config: pkg-config --cflags eigen3                                                                           03/15/24 09:43:13 AM
-I/usr/include/eigen3