tomlplusplus icon indicating copy to clipboard operation
tomlplusplus copied to clipboard

[BUG] No pkgconfig (i guess) and .so files

Open enessmr opened this issue 11 months ago • 4 comments

Environment

toml++ version and/or commit hash:
HEAD

Compiler:
cmake

C++ standard mode:
Idk

Target arch:
Multilib with m32 and mx32 (x64)

Library configuration overrides:
None

Relevant compilation flags:
None (except -Dblabla flags)

Describe the bug

No pkgconfig at install (i guess and even .so files!)

Steps to reproduce (or a small repro code sample)

I just installed....

Additional information

Copying from the arch package gives the real pkgconfig (i guess and .so files)

enessmr avatar May 16 '25 12:05 enessmr

i guess and even .so files!

I mean, this is a header-only library...

marzer avatar May 16 '25 12:05 marzer

On the topic of pkgconfig, the meson integration is pkgconfig-aware, IIRC. Installing it that way will probably give you pkgconfig files.

marzer avatar May 16 '25 12:05 marzer

Oh thanks, i guess its the time to update cmakelists.txt to give pkgconfig files

Hyprcursor wont compile without this...

enessmr avatar May 16 '25 12:05 enessmr

Sure, that'd be much appreciated 😄

marzer avatar May 16 '25 12:05 marzer