How I found the problem: I built and installed Cicada, and the directory structure in `include` looks like this: ``` include | Cicada | | | Scarab | | | rapidjson | yaml-cpp ``` `yaml-cpp` should be inside `Cicada` just like `rapidjson`.
How I found the problem: I built and installed Cicada, and the directory structure in
includelooks like this:yaml-cppshould be insideCicadajust likerapidjson.