File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ add_subdirectory ("bikeshed")
6
6
add_subdirectory ("blake2" )
7
7
add_subdirectory ("blake3" )
8
8
add_subdirectory ("blockstorestorage" )
9
- # add_subdirectory ("brotli")
9
+ add_subdirectory ("brotli" )
10
10
add_subdirectory ("cacheblockstore" )
11
11
add_subdirectory ("compressblockstore" )
12
12
add_subdirectory ("compressionregistry" )
Original file line number Diff line number Diff line change 12
12
$< TARGET_OBJECTS:blake3_avx2>
13
13
$< TARGET_OBJECTS:blake3_avx512>
14
14
$< TARGET_OBJECTS:blockstorestorage>
15
- # $<TARGET_OBJECTS:brotli>
15
+ $< TARGET_OBJECTS:brotli>
16
16
$< TARGET_OBJECTS:cacheblockstore>
17
17
$< TARGET_OBJECTS:compressblockstore>
18
18
$< TARGET_OBJECTS:compressionregistry_full>
Original file line number Diff line number Diff line change 12
12
$< TARGET_OBJECTS:blake3_avx2>
13
13
$< TARGET_OBJECTS:blake3_avx512>
14
14
$< TARGET_OBJECTS:blockstorestorage>
15
- # $<TARGET_OBJECTS:brotli>
15
+ $< TARGET_OBJECTS:brotli>
16
16
$< TARGET_OBJECTS:cacheblockstore>
17
17
$< TARGET_OBJECTS:compressblockstore>
18
18
$< TARGET_OBJECTS:compressionregistry_full>
You can’t perform that action at this time.
0 commit comments