File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ add_subdirectory ("bikeshed")
66add_subdirectory ("blake2" )
77add_subdirectory ("blake3" )
88add_subdirectory ("blockstorestorage" )
9- # add_subdirectory ("brotli")
9+ add_subdirectory ("brotli" )
1010add_subdirectory ("cacheblockstore" )
1111add_subdirectory ("compressblockstore" )
1212add_subdirectory ("compressionregistry" )
Original file line number Diff line number Diff line change 1212 $<TARGET_OBJECTS :blake3_avx2 >
1313 $<TARGET_OBJECTS :blake3_avx512 >
1414 $<TARGET_OBJECTS :blockstorestorage >
15- # $<TARGET_OBJECTS:brotli>
15+ $<TARGET_OBJECTS :brotli >
1616 $<TARGET_OBJECTS :cacheblockstore >
1717 $<TARGET_OBJECTS :compressblockstore >
1818 $<TARGET_OBJECTS :compressionregistry_full >
Original file line number Diff line number Diff line change 1212 $<TARGET_OBJECTS :blake3_avx2 >
1313 $<TARGET_OBJECTS :blake3_avx512 >
1414 $<TARGET_OBJECTS :blockstorestorage >
15- # $<TARGET_OBJECTS:brotli>
15+ $<TARGET_OBJECTS :brotli >
1616 $<TARGET_OBJECTS :cacheblockstore >
1717 $<TARGET_OBJECTS :compressblockstore >
1818 $<TARGET_OBJECTS :compressionregistry_full >
You can’t perform that action at this time.
0 commit comments