Skip to content

Commit 0d9df4e

Browse files
committed
fdsdump: WIP2
1 parent 9e184d1 commit 0d9df4e

22 files changed

+2477
-8
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Create an aggregator "object" library
22
set(AGGREGATOR_SRC
3+
mode.cpp
34
aggregator.cpp
45
arenaAllocator.cpp
56
hashTable.cpp
7+
view.cpp
8+
sort.cpp
9+
print.cpp
10+
printer.cpp
11+
jsonPrinter.cpp
12+
tablePrinter.cpp
613
)
714

815
add_library(aggregator_obj OBJECT ${AGGREGATOR_SRC})

0 commit comments

Comments
 (0)