build: split the 1423-line root CMakeLists into per-directory files with shared target helpers

This commit is contained in:
2026-07-30 12:19:18 -04:00
parent 25c63fb807
commit d04045be69
21 changed files with 591 additions and 1378 deletions
+3
View File
@@ -0,0 +1,3 @@
reasampler_pure_library(prune_reconcile SOURCES prune_reconcile.cpp)
# bank_book supplies the cross-bank referenced-file union the orphan set is computed against.
reasampler_test(prune_reconcile LINK prune_reconcile bank_book)