Open thompsonbry opened 8 hours ago
Let me find a way to attach that as a file....
For patches, pull requests should be easier to work with than diff attachments.
Quick observations:
find_package
if AWS and build subdirs otherwise should be guarded by the existing standalone option, IMHOGLIBCXX_DEBUG
bits should just disappear if AWS == !standalonethird-party-src/benchmark/CMakeLists.txt
- this path does not exist, likewise third-party-src/test/CMakeLists.txt
third-party-src/
from those paths. Apologies for not fixing that.The internal project structure looks like this:
16 ./third-party-src/.circleci
4 ./third-party-src/3rd_party/GSL
4 ./third-party-src/3rd_party/deepstate
4 ./third-party-src/3rd_party/googletest
4 ./third-party-src/3rd_party/benchmark
24 ./third-party-src/3rd_party <======== unodb winds up here ============
148 ./third-party-src/test
60 ./third-party-src/fuzz_deepstate
8 ./third-party-src/.muse
148 ./third-party-src/benchmark
924 ./third-party-src
32 ./build-tools/bin
36 ./build-tools
This diff accomplishes a few things.
Please take a look when you get a chance and let's discuss.