Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | Added target_include_directories() to properly export include directories (#130) | Daniel Knibbe | |
Fixes #126 | |||
2016-11-09 | Update version to 1.8 everywhere | Arseny Kapoulkine | |
2016-09-20 | CMake: Simplify install path logic | Arseny Kapoulkine | |
Select correct suffix to use for pkg-config | |||
2016-09-20 | CMake: Simplify pkg-config support | Arseny Kapoulkine | |
Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/. | |||
2016-09-13 | Adding options PKGCONFIG build options | peterbud | |
2016-09-12 | Adding PKG-CONFIG support | peterbud | |
Also creating a separate install directory under INCLUDE and LIB directories | |||
2016-06-18 | Only enable cxx_long_long_type if it is in the list of features | Arseny Kapoulkine | |
Fixes #99. | |||
2016-02-25 | Change paths according to new CMakeLists.txt location. | Jippe Holwerda | |
2016-02-25 | Put CMakeLists.txt in the project root. | Jippe Holwerda | |
Having CMakeLists.txt in the project root makes it so much easier to use pugixml as an external dependency in another CMake project. |