From 9ce28b6de6d2015628066cc46aea399afd81a57a Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 22 May 2022 14:34:33 +0100 Subject: [PATCH] doc: Document !1328 --- doc/changes/auxiliary/mr.1328.md | 2 ++ doc/changes/xrt/mr.1328.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 doc/changes/auxiliary/mr.1328.md create mode 100644 doc/changes/xrt/mr.1328.md diff --git a/doc/changes/auxiliary/mr.1328.md b/doc/changes/auxiliary/mr.1328.md new file mode 100644 index 000000000..ebbc64e61 --- /dev/null +++ b/doc/changes/auxiliary/mr.1328.md @@ -0,0 +1,2 @@ +Split the CMakeLists.txt out into the sub-directories of each library, making +each much more manageable when editing. diff --git a/doc/changes/xrt/mr.1328.md b/doc/changes/xrt/mr.1328.md new file mode 100644 index 000000000..e9e993e68 --- /dev/null +++ b/doc/changes/xrt/mr.1328.md @@ -0,0 +1,3 @@ +No longer include any util headers (in this case `u_time.h`), the XRT headers +are supposed to be completely self contained. The include also messed with build +refactoring in the auxiliary directory.