<div dir="auto">Hi,</div><div dir="auto"><br></div><div dir="auto">I want to write unit tests for a project I am working on. I need to create object files, preferably I want to have yaml files in the source tree and have cmake generate object files using yaml2obj. Does anyone know what I would put in the CMakeLists.txt to get this behavior?</div><div dir="auto"> </div><div dir="auto">For a concrete example if I didn’t explain clearly:</div><div dir="auto"><br></div><div dir="auto">In llvm/unittests/Object I would maybe have an Inputs directory, with a basic-obj.yaml. In llvm/unittests/Object I would want a test case which can open Inputs/basic-obj.o. </div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Alex</div>