doc: Document !1328

This commit is contained in:
Jakob Bornecrantz 2022-05-22 14:34:33 +01:00 committed by Ryan Pavlik
parent a4983fa5b1
commit 9ce28b6de6
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Split the CMakeLists.txt out into the sub-directories of each library, making
each much more manageable when editing.

View file

@ -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.