Commit Graph

5 Commits

Author SHA1 Message Date
David Seifert c778848b09 Fix pkg-config
* All uses of Catch involve #include'ing it without
  a prefixed folder, such as `#include "catch.hpp"`.
  This requires fixing the pkg-config file.
2018-01-30 11:13:53 +01:00
David Seifert 1e3ddbb496 Specify VERSION in modern CMake 2018-01-18 23:20:26 +01:00
David Seifert 8d4074aad9 Use `GNUInstallDirs` module
* `GNUInstallDirs` is a standardised way to
  change paths, which makes systems integration
  easier and allows for a more consistent user
  experience.
2018-01-18 13:13:39 +01:00
Martin Hořeňovský 5af918eefd Fix-up pkg-config provided include path
Related to #1032
2017-10-17 17:04:37 +02:00
Martin Hořeňovský c7d9f02d5b Add pkg-config support
Closes #1032
2017-10-12 21:56:22 +02:00