summaryrefslogtreecommitdiff
path: root/scripts/pugixml.pc.in
AgeCommit message (Collapse)Author
2018-04-09cmake: always install the pkg-config file (#193)Eli Schwartz
There's really never a reason to *not* want this installed. If an option is needed to specify installing in a versioned subdirectory, this option should be explicitly described rather than hidden in something else. As an added bonus, this makes the CMake install code slightly *less* complicated.
2016-09-20CMake: Simplify pkg-config supportArseny Kapoulkine
Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/.